欢迎来到Kittow的部落格! - http://blog.skyhe.com
Agile Web Development (敏捷Web开发)
Want to Know Something More? Move Your Mouse Here;)我是天空的一片云,偶尔投影在你的波心,你记得也好,最好你忘掉,你我在交汇时,互放的光亮。
——徐志摩《偶然》 More...
ASP | ASP.NET | PHP |
ColdFusion | Perl | Python |
我是天空的一片云,偶尔投影在你的波心,你记得也好,最好你忘掉,你我在交汇时,互放的光亮。
——徐志摩《偶然》 More...
其实julyclyde(foreverkok.yeah.net)已经说得很清楚了,你只要试一下就知道了,如
<%
execute "Response.Write ""aaa""" '此处不可用"'"来代替"""
%>
多行的写法:
<%
str="dim aaa" & vbCrlf _
& "aaa=100" & vbCrlf _
& "if aaa>50 then" & vbCrlf _
& " Response.Write aaa" & vbCrlf _
& "end if"
execute str
%>http://search.csdn.net/Expert/topic/565/565998.xml?temp=.3252375