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