post.asp

来自「掌中梦网制作的WAP聊天室」· ASP 代码 · 共 10 行

ASP
10
字号
<!--#include file="conn.asp"-->
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<%
dim note,sql,title,pid,name
name=encodestr(request("name"))
pid=request("pid")
title=encodestr(request("title"))
note=encodestr(request("note"))
if isnumeric(pid) and pid<>"" then pid=clng(pid) else pid=0
sql="insert into gbook(鍚嶇О,鏍囬

⌨️ 快捷键说明

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