📄 msgadd.asp
字号:
<!-- #include file="conn.asp" -->
<!-- #include file="function.asp" -->
<%
n=request.Form("n")
sj=request.Form("sj")
tiebaname=request.Form("tiebaname")
msgtitle=request.Form("msgtitle")
msg=request.Form("msg")
author=request.Form("username")
picurl=request.Form("picurl")
id=request.Form("id")
msg=replace(msg,vbCrLf,"<br>")
msg=replace(msg,vbCr,"<br>")
msg=replace(msg,vbLf,"<br>")
if n=0 then
msgtitle=mid(msgtitle,4,len(msgtitle)-3)
end if
call msgadd(sj,n)
if n=0 then
call replyn(id,author)
end if
if n=0 then
response.Redirect("msgshow.asp?tiebaname=" & tiebaname & "&msgtitle=" & msgtitle & "&id=" & id )
end if
if n=1 then
call hits("tiebaname","count",1)
response.Redirect("msg.asp?tiebaname=" & tiebaname )
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -