commend.asp
来自「多用户管理分权限发布、管理软件信息; 自由选择系统默认为静态HTML或动态A」· ASP 代码 · 共 16 行
ASP
16 行
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<!--#include file="inc/Create_NewCommendCls.Asp" -->
<%
Response.Buffer = True
'********************************************************************************
'* 'NewCloud DownLoad System Version 6.0.1
'* 'Date: 2004年6月11日
'* 'File: Commend.Asp
'********************************************************************************
Dim NewCloud_Admin
Set NewCloud_Admin = New Create_NewCommend_Cls
NewCloud_Admin.CommendSoft
Set NewCloud_Admin = Nothing
'********************************************************************************
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?