- 部分常用C#函数使用实例说明 2023-12-12 点击:0 评论:0
- ASP中对变量循环赋值的方法 2023-12-12 点击:14 评论:0
字符串转数值Convert.ToInt32('12',10) 结果是12Convert.ToInt32('12',16) 结果是18获取指定字符在字符串中的位置string ss=...
对一批变量循环赋值的方法:for i=1 to 3 ls='abcd' execute('lk'i'=ls')next执行结果:ls1='abcd' ;ls2='abcd' ; l...