filenotfound.aspx

来自「东软内部材料(四)asp等相关的教学案例 」· ASPX 代码 · 共 14 行

ASPX
14
字号

<html>

<h1>File Not Found</h1>

You step in the stream,<br/>
But the water has moved on.<br/>
This page is not here.<br/>

<p>
The page <b><% = Request.Path %></b> is missing.
</p>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?