📄 ie_textbox.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="data.asp"-->
<!--#include file="char.asp"-->
<!--#include file="md5.asp"-->
<!--#include file="header.inc"-->
<%
dim id,text_X
If request("ID")<>"" Then
id=request("id")
set rs=conn.execute("select ContentsX from newsdata where id="&id&"")
text_X=rs("ContentsX")
rs.close
set rs=nothing
Response.Write text_X
Else
Response.Write ""
End If
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -