This commit is contained in:
jhx
2023-03-22 11:41:09 +08:00
parent d0dfc12286
commit f5efe88e4d
641 changed files with 505987 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
function ConvUtf(obj, btn) { var a = obj.value.replace(/[^\u0000-\u00FF]/g, function ($0) { return escape($0).replace(/(%u)(\w { 4 })/gi, "&#x$2; ") }); hightout(a);}function ResChinese(obj, btn) { var a = unescape(obj.value.replace(/&#x/g, '%u').replace(/; /g, '')); hightout(a);}function Empty() { document.getElementById("contents").value = ""; $("#result").html(''); document.getElementById("contents").select();}