stat_addkey.asp
来自「个人网站模板」· ASP 代码 · 共 14 行
ASP
14 行
<!--#include file="inc_config.asp"-->
<!--#include file="inc_stat_functions.asp"-->
<!--#include file="inc_conn.asp"-->
<%
KeyWord=Request("keyword")
if KeyWord<> "" then
if Request("isbigsite") <> "0" then
SaveBig 2,KeyWord
else
saveop 2,KeyWord,Request("urlstr")
end if
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?