vbscript如何终止当前函数
服务器端的vbscript,是指,写在 <% %>中间的代码,如何终止当前函数,另外,如何写MsgBox提示信息?谢谢了
[解决办法]
<% response.end %>
exit sub
exit function
也不知是不是要这些
[解决办法]
记得就是调试的时候用得比较多 先response.write "字符" 再 response.end
[解决办法]
<% response.end %>
exit sub
exit function
没有MsgBox,只有javascript的alert