按B/S的三层架构来看,你这种做法不是很合理,不过既然你有你的理由,就不多说了.
其实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
第一个打分
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5