首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

有哪位高手能解释一下code points和code units

2011-12-05 
有谁能解释一下code points和code units?谢谢了,书上的看不懂. [解决办法]完整的是不是这样的?The String

有谁能解释一下code points和code units?
谢谢了,书上的看不懂.


[解决办法]
完整的是不是这样的?

The String class provides methods for dealing with Unicode code points (i.e., characters), in addition to those for dealing with Unicode code units (i.e., char values)

如果是,那描述得也已经挺清楚了,Unicode code points 就是字符,Unicode code units 就是char变量的值。

热点排行