+ -
当前位置:首页 → 问答吧 → asp裏面的跳轉語句?

asp裏面的跳轉語句?

时间:2011-07-31

来源:互联网

asp裏面的跳轉語句?

第n行: 程序代碼
第n+1行: response.write "A" &"<BR>"
第n+2行: response.write "B" &"<BR>"

如何讓程序不再執行第n行以後的代碼??????

作者: billlyh   发布时间: 2011-07-31

第n行: response.end
第n+1行: response.write "A" &"<BR>"
第n+2行: response.write "B" &"<BR>"

作者: lzp4881   发布时间: 2011-07-31

response.end

作者: yjbnew   发布时间: 2011-07-31