blogedit.asp

来自「一套很好的可研究竟ASP源代码! 如果您是ASP的初学者」· ASP 代码 · 共 12 行

ASP
12
字号
<!--#include file="commond.asp" -->
<!--#include file="include/function.asp" -->
<!--#include file="include/md5code.asp" -->
<!--#include file="include/library.asp" -->
<!--#include file="header.asp" -->
<%If Request.QueryString("action")<>"postedit" Then
Dim blog_ID
blog_ID=Trim(Request.QueryString("logID"))
If IsInteger(blog_ID)=False Then%>
<table width="768" border="0" align="center" cellpadding="4" cellspacing="6" background="images/blog_main.gif">
  <tr>
    <td width="128" align="center" nowrap><b>淇

⌨️ 快捷键说明

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