摘要: function GetUnicode(str){ var Code; var UnicodeStr=""; for(i=0;i<str.length;i++) { Code=(str.charCodeAt(i)).toString(16); Code="0000".substring(0,4-Co... 阅读全文
posted @ 2007-05-19 03:41 随机 阅读(1188) 评论(4) 推荐(0)