nothing.asp

来自「网上商城的设计与实现」· ASP 代码 · 共 31 行

ASP
31
字号

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>未选购任何商品</title>
<STYLE type=text/css>.main {
	FONT-SIZE: 9pt
}
.main1 {
	FONT-SIZE: 14px
}
</STYLE>
<href="style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body topmargin="5">
<div align="center"><center>

<table width="100%" border="0" bordercolor="#62ACFF" cellspacing="0" >
  <tr>
    <td width="80%" valign="top"> <p align="center"><font color="#FF0000">您未选购任何商品。</font></p>
    <p align="center"><font color="#FF0000">
    <p> </td>
  </tr>
</table>
</center></div>
</body>
</html>

⌨️ 快捷键说明

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