码迷,mamicode.com
首页 > 其他好文 > 详细

字符串转Unicode码

时间:2017-07-06 18:37:40      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:tostring   nic   unicode   arc   ring   nbsp   log   code   var   

var str = ‘中‘;

var charCode = str.charCodeAt(0);

console.log(charCode); // => 20013;

str.charCodeAt(0).toString(16);//=>"4e2d"

 

字符串转Unicode码

标签:tostring   nic   unicode   arc   ring   nbsp   log   code   var   

原文地址:http://www.cnblogs.com/alvin553819/p/7127312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!