11061.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 26 行
HTML
26 行
<html>
<head>
<title>如何将使用者从键盘上打入的数字键转成整数呢?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>如何将使用者从键盘上打入的数字键转成整数呢?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:BorlandC@pcmail.com.tw">BorlandC</a> on March 17, 1999 at 15:31:25:<p>
ㄛ现在有一个问题,就是想要让使用者打入的数字键转成整数,譬如打「数字键」1,就必需将它转成「整数」1,<br>2 就转成整数2,以此类推,该如何做到呢?拜托你了,感激不尽...
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11061-->
<!--top: 11192--><li><a href="11192.html">CInt(x)</a> <b>wei</b> <i>04:31:52 3/20/99</i>
(<!--responses: 11192-->0)
<ul><!--insert: 11192-->
</ul><!--end: 11192-->
</ul><!--end: 11061-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?