default.asp

来自「企业进销存管理系统 企业级别的进销存管理系统」· ASP 代码 · 共 13 行

ASP
13
字号
<html>
<head>
<title>企业进销存管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="99,*" cols="*" framespacing="0" frameborder="no" border="0">
  <frame src="Top.asp" frameborder="no" scrolling="no">
  <frame src="main.asp" name="mainF" scrolling="auto">
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

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