推荐回答
定义和用法Len函数可返回字符串中字符的数目。语法Lenstring|varname参数描述string 字符串表达式。 varname 变量名称。 dim txttxt="This is a beautiful day!"document.writeLentxt输出:24。
黄甘雨2019-11-03 18:00:04
提示您:回答为网友贡献,仅供参考。
其他回答
-
Set mycmd = Server.CreateObject "ADODB.Command"mycmd.ActiveConnection = "Driver= {Microsoft Access Driver*.mdb};DBQ=C:\App1\你的数据库名.mdb;Uid=你的用户名;Pwd=你的密码;"mycmd.CommandText = "update a SET b=a,a=0" mycmd.Execute大概这个意思了。
边凌飞2019-11-03 18:37:14
-
。
米天增2019-11-03 17:00:40
-
conn=setrs=server.createobject"adodb.recordset"sql="select*fromStinfowhere节=''"&part&"''and题型=''"&sttype&"''orderbyiddesc"rs.opensql,conn,1,1dowhilenotrs.eofresponse.write""rs.movenextlooprs.closesetrs=nothing关闭数据库。
符翠芬2019-11-03 16:54:47
-
sql="selecttimes,shijianfrom某某表"setrs=conn.executesql''conn是你的数据库连接对象ifnotrs.eofthenifrs"times"=rs"shijian"thenresponse.write"相同"elseresponse.write"不相同"endifendif。
黄益旺2019-11-03 16:36:54