Unicode 编码转换器
时间:2007-07-06 来源:flynetcn
<html>
<head>
<title>Unicode 编码转换器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
body { background-color: white; margin-top: 24px; }
h1 { font: normal 20px '黑体'; text-align: center; color: black; }
td, textarea, input, select { font: normal 12px 'Courier New'; color: black; }
</style>
</head>
<body>
<table width="750" align="center"><tr><td>
<h1>Unicode 编码转换器 1.0</h1>
<hr>
<input type="button" value="1.粘帖" onclick="paste();">(将需要进行转换的代码粘帖到下面的文本框中)
<textarea style="width:750px;" id="source"></textarea><br><br>
<hr>
2.<input type="button" value="ASCII -> Unicode" onclick="A2U();"> <input type="button" value="Unicode -> ASCII" onclick="U2A();">(点击相应格式转换按钮将完成代码的转换)
<textarea style="width:750px;" id="result"></textarea><br><br>
<hr>
<input type="button" value="3.预览" onclick="preview()">(查看转换后的效果)
<img width="100" height="1">
<input type="button" value="4.复制" onclick="copy();">(复制转换后的代码到剪贴板中)
<br>
<hr>
</td></tr></table>
</body>
</html>
<head>
<title>Unicode 编码转换器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
body { background-color: white; margin-top: 24px; }
h1 { font: normal 20px '黑体'; text-align: center; color: black; }
td, textarea, input, select { font: normal 12px 'Courier New'; color: black; }
</style>
</head>
<body>
<table width="750" align="center"><tr><td>
<h1>Unicode 编码转换器 1.0</h1>
<hr>
<input type="button" value="1.粘帖" onclick="paste();">(将需要进行转换的代码粘帖到下面的文本框中)
<textarea style="width:750px;" id="source"></textarea><br><br>
<hr>
2.<input type="button" value="ASCII -> Unicode" onclick="A2U();"> <input type="button" value="Unicode -> ASCII" onclick="U2A();">(点击相应格式转换按钮将完成代码的转换)
<textarea style="width:750px;" id="result"></textarea><br><br>
<hr>
<input type="button" value="3.预览" onclick="preview()">(查看转换后的效果)
<img width="100" height="1">
<input type="button" value="4.复制" onclick="copy();">(复制转换后的代码到剪贴板中)
<br>
<hr>
</td></tr></table>
</body>
</html>
相关阅读 更多 +