page.asp

来自「ZD-BS是一个基于asp+access的个人blog系统 程序特点: 1.」· ASP 代码 · 共 15 行

ASP
15
字号
<!--#include file="global.asp"-->
<!--#include file="common.asp"-->
<%
///////////////////////////////////////////////////////
//If the page is called outside please set this para //
//If the para is a number then it's the page ID      //
//If the para is a string then it's the page name    //
///////////////////////////////////////////////////////
var plus_page=0;
%>
<!--#include file="task/inc_page.asp"-->
<!--#include file="template/tpl_page.asp"-->

<%doit(plus_page);%>

⌨️ 快捷键说明

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