111.asp

来自「网上订房」· ASP 代码 · 共 25 行

ASP
25
字号
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>

<body>
入住时间:<%=request("starttime")%>
<Br>
离店时间:<%=request("deptime")%>
<BR>
所在城市:<%=request("shucity")%>
<BR>
宾馆名称:<%=request("name")%>
<BR>
星级:<%=request("star0")%>
<BR>
价格:<%=request("city")%>
<BR>
</body>

</html>

⌨️ 快捷键说明

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