asp len(s)始终为0是什么原因
我在其它地方用到len没有什么问题
可是在这个地方却老是这样,lenb也是一样
VB code:
title=request("title")
response.Write (title&"--长度为--"&Len(titile))
结果为:
试试输入--长度为--0
哦,搞我1小时
相关问答:
我找了一个伪静态代码,如下:
index.asp
<!--#include file="config.asp"-->
<ol>
<%
Set rs=server.CreateObject("adodb.recordset") & ......
请问为什么我这段代码可以显示已修改成功pic文件夹中的图片,但实际上文件夹中的文件名称还是好好的。望高手帮忙改改啊。
<%
Set fs = Server.CreateObject("Scripting.FileSystemObject")
S ......
有两个变量 imgUrl1和imgUrl2
Url1="images/1.jpg"
Url2="images/2.jpg"
有个javascript程序,想把Url1和Url2带到javascript里面的imgUrl2和imgUrl2,不知道怎么弄
<script type="t ......