黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

ASP HTMLEncode 方法

asp htmlencode 方法

server 對(duì)象參考手冊(cè) 完整的 server 對(duì)象參考手冊(cè)

htmlencode 方法對(duì)一段指定的字符串應(yīng)用 html 編碼。

語法

server.htmlencode(string)

參數(shù) 描述
string 必需。要編碼的字符串。

實(shí)例

腳本:

<%
response.write(server.htmlencode("the image tag: "))
%>

輸出:

the image tag: <img>

web 瀏覽器輸出:

the image tag:

server 對(duì)象參考手冊(cè) 完整的 server 對(duì)象參考手冊(cè)
相關(guān)文章