NEWSZW_HZH_BEGIN-->
如何用 htmlEncode 来显示 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>
查看更多关于如何用htmlEncode来显示Unicode?_编程10000问_的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did27447