js 중국어 또는 기타 문 자 를 유 니 버 설 문자 로 변환

1443 단어
<html>
<head>
<title>gb2312 unicode    </title>
</head>
<body>
<div align=center>
<center>
<table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" width=600 id=AutoNumber1 height=26>
<tr>
<td width=100% height=26>
<p align=center><font face=   size=5 color=#FF0000>unicode     </font></p>
<p>    :</p>
<p>                   , “  ”,       unicode  。</p>
<p>    “  ”,           。</td>
</tr>
</table>
</center>
</div>
<p align=center>
<textarea cols=100 rows=20 id=code>
</textarea> </p>
<p align=center>
<input type=button onclick=encode(code,this) value=  >
<script>
var mode="zhuan";
function encode(obj,btn){
if(mode=="zhuan"){
obj.value=obj.value.replace(/[^\u0000-\u00FF]/g,function($0){return escape($0).replace(/(%u)(\w{4})/gi,"\\u$2")});
btn.value="  ";
mode="huan";
}else{
obj.value=unescape(obj.value.replace(/\\u/g,'%u'));
btn.value="  ";
mode="zhuan";
}
}
</script></p>
</body>
</html>

java , , , , , ! html html 。


좋은 웹페이지 즐겨찾기