list_enter.asp
来自「ASPSQL企业网络管理系统」· ASP 代码 · 共 16 行
ASP
16 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
session("sqlString") = "select id,name from v_enter" '& Request.QueryString("id")
Server.Execute("../enterprise/list_enter.asp")
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?