|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
强大的可扩展性。ASP具有强大的扩展性,可以实现与多种网络、硬件设备的连接:通过专用的通讯线路远程接入企业;通过远程拨号服务器为远程拨号客户提供服务;通过WAP为移动电话互联网客户服务。汉字|拼音<%
functiongetpychar(char)
tmp=65536+asc(char)
if(tmp>=45217andtmp<=45252)thengetpychar="A"
if(tmp>=45253andtmp<=45760)thengetpychar="B"
if(tmp>=47761andtmp<=46317)thengetpychar="C"
if(tmp>=46318andtmp<=46825)thengetpychar="D"
if(tmp>=46826andtmp<=47009)thengetpychar="E"
if(tmp>=47010andtmp<=47296)thengetpychar="F"
if(tmp>=47297andtmp<=47613)thengetpychar="G"
if(tmp>=47614andtmp<=48118)thengetpychar="H"
if(tmp>=48119andtmp<=49061)thengetpychar="J"
if(tmp>=49062andtmp<=49323)thengetpychar="K"
if(tmp>=49324andtmp<=49895)thengetpychar="L"
if(tmp>=49896andtmp<=50370)thengetpychar="M"
if(tmp>=50371andtmp<=50613)thengetpychar="N"
if(tmp>=50614andtmp<=50621)thengetpychar="O"
if(tmp>=50622andtmp<=50905)thengetpychar="P"
if(tmp>=50906andtmp<=51386)thengetpychar="Q"
if(tmp>=51387andtmp<=51445)thengetpychar="R"
if(tmp>=51446andtmp<=52217)thengetpychar="S"
if(tmp>=52218andtmp<=52697)thengetpychar="T"
if(tmp>=52698andtmp<=52979)thengetpychar="W"
if(tmp>=52980andtmp<=53640)thengetpychar="X"
if(tmp>=53689andtmp<=54480)thengetpychar="Y"
if(tmp>=54481andtmp<=52289)thengetpychar="Z"
endfunction
functiongetpy(str)
fori=1tolen(str)
getpy=getpy&getpychar(mid(str,i,1))
next
endfunction
%>
</p>国内有些大的CRM厂商的ASP就写得不错.无论是概念还是它里面用JAVASCRIPT的能力.并不是说现在的程序员用了ASP.NET来写程序就可以说自己高档了 |
|