您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ASP字符串转换为整形、双精度型、布尔

  2. asp可以轻松将字符串类型转化为其它类型的函数
  3. 所属分类:其它

    • 发布日期:2020-10-30
    • 文件大小:17408
    • 提供者:weixin_38684328
  1. ASP字符串转换为整形、双精度型、布尔

  2. Rem 将字符串转换为整形数据 function toInteger(str,num)         str=trim(str)         if str=”” or not isnumeric(str) then               toInteger=num         else               toInteger=clng(str)         end if end function Rem 将字符串转换为双精度型数据 function toDouble(
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:15360
    • 提供者:weixin_38676851