3-8.asp
来自「ASP入门与提高实用教程 源文件(上传网站)」· ASP 代码 · 共 15 行
ASP
15 行
<html>
<head>
<title>
End方法实例
</title>
</head>
<body>
<%
Response.Write("这是第一句")
Response.End()
Response.Write("这是第二句")
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?