成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

ASP HTMLEncode 方法

asp htmlencode 方法

server 對象參考手冊 完整的 server 對象參考手冊

htmlencode 方法對一段指定的字符串應用 html 編碼。

語法

server.htmlencode(string)

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

實例

腳本:

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

輸出:

the image tag: <img>

web 瀏覽器輸出:

the image tag:

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