?? ycms@tongji.asp
字號(hào):
<!--#include file="inc/conn.asp"-->
<%
call checkadmin("tongji")
if request.form("tongji")<>"" then
Set rs=Server.CreateObject("ADODB.Recordset")
sql="select * from [YCMS_tongji]"
rs.open sql,conn,1,3
rs("total")=Trim(Request.Form("total"))
rs("today")=Trim(Request.Form("today"))
rs("yesterday")=Trim(Request.Form("yesterday"))
rs("month")=Trim(Request.Form("month"))
rs("bmonth")=Trim(Request.Form("bmonth"))
rs("toponline")=Trim(Request.Form("toponline"))
rs("inputdate")=Trim(Request.Form("inputdate"))
rs.update
rs.close
YCMS_print("<script>alert('鎭
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -