运行一段代码,看看这个令人无语的asp/vbscript!
<%
if 1=1 or donotCallMe() then
response.Write "<br />Muck Ficrosoft"
end if
function donotCallMe()
response.Write "<br />asp/vbscript 就是个大笨蛋"
end function
%>
dongxi ting hao
接分接分
有问题吗?
接分接分接分接分接分接分
接分~接分~接分~接分~
~接分~
VBScript code:
''不能简练的写这样的代码
if not rs.eof and rs("toshow")=1 then
response.write "show somthing"
end if
''而必须这么啰嗦
if not rs.eof then
if and rs("toshow")=1 then
response.write "show somthing"
end if
end if
有趣啊 呵呵呵 、、、、、、、、、、、、、、、
呵呵,这是在损 asp 吗?
不能说是在“损”,毕竟目前在很大程度上还靠asp吃饭的;只过是在发表一点意见,asp/vbs很多时候太啰嗦,经常被它的这一点搞得很郁闷。
我现在都用 JScript 写 ASP 了
就是不用 VBScript 呀。
死循环
就是个大笨蛋
不是1般的⊙﹏⊙b汗
相关问答:
A页面
<table width="200" border="1">
<tr>
<td>1</td>
<td>3</td>
<td><!--#include/top.html#-- ......
<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 ......
asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。
参考
C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......