易截截图软件、单文件、免安装、纯绿色、仅160KB

运行一段代码,看看这个令人无语的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吃饭的;只过是在发表一点意见,asp/vbs很多时候太啰嗦,经常被它的这一点搞得很郁闷。



我现在都用 JScript 写 ASP 了

引用
我现在都用 JScript 写 ASP 了


就是不用 VBScript 呀。

死循环

就是个大笨蛋

不是1般的⊙﹏⊙b汗

引用
我现在都用 JScript 写 ASP 了


相关问答:

求一ASP嵌套页代码 - Web 开发 / ASP

A页面
<table width="200" border="1">
  <tr>
  <td>1</td>
  <td>3</td>
  <td><!--#include/top.html#-- ......

如何用ASP读取 XML - Web 开发 / ASP

<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 ......

asp.net批量上传图片 - .NET技术 / ASP.NET

asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。

参考

C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号