黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

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)文章