亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

如何用htmlEncode來(lái)顯示Unicode?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

如何用htmlEncode來(lái)顯示Unicode?

<%@ Language=VBScript %>
<html>
<head>
<title>
千花飛舞之UNICODE編碼</title>
</head>
<body>
<%
Dim strU
dim strNormal
strU= ChrW(7913)
strNormalANSI= "aiN"
%>

<font face="arial" size=+1>
<P>An ANSI value: <%=strNormalANSI%>
<P>An htmlencoded String: <%=Server.htmlEncode(strU)%>
</font>

相關(guān)文章

最新評(píng)論