作者在 2006-06-03 02:51:00 发布以下内容
<%
dim str
str="中国2008"
if Len(Hex(asc(str)))>2 then
response.write("字符串中含有汉字")
else
response.write("字符串中没有汉字")
end if
%>
<%
dim str
str="中国2008"
if Len(Hex(asc(str)))>2 then
response.write("字符串中含有汉字")
else
response.write("字符串中没有汉字")
end if
%>