84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
Hi,我在js中使用"\x48" 表示字符H,类似的,我想要找到 < 和 > 的16进制表示,怎么弄啊?(原因你懂得)。有没有在线查看的表?没法通过拼凑字符串遍历所有可能。
使用\unnnn 的表示方法,也可以啊。
打开一个 JS 命令行,输入:
"<".charCodeAt(0).toString(16)
列表:http://www.fileformat.info/info/unicode/block/index.htm
打开一个 JS 命令行,输入:
列表:http://www.fileformat.info/info/unicode/block/index.htm