怎样用HtmlEncode显示Unicode?

1@ Language=VBScript 
1<html>
2<head>
3<title>UNICODE Encoding</title>
4</head>
5<body>   

Dim strU
dim strNormal
strU= ChrW(7913)
strNormalANSI= "aiN"

1  
2<font face="arial" size="+1">
3<p>An ANSI value: ```
4=strNormalANSI

An HTMLencoded String: ``` =Server.HTMLEncode(strU) ```

```
Published At
Categories with Web编程
Tagged with
comments powered by Disqus