手动阀

Good Luck To You!

如何在ASP中将字符串转换为数字?

在ASP中,可以使用CInt()函数将字符串转换为整数,使用CDbl()函数将字符串转换为双精度浮点数。,,``asp,Dim strNum As String,strNum = "123",Dim intNum As Integer,intNum = CInt(strNum),Dim dblNum As Double,dblNum = CDbl(strNum),``
<< 1 >>

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.