1、宏定义
2、整数常量
3、支持C++ String类
(1)String 方法
charAt()
compareTo()
concat()
endsWith()
equals()
equalsIgnoreCase()
GetBytes()
indexOf()
lastIndexOf
length
replace()
setCharAt()
startsWith()
substring()
toCharArray()
toLowerCase()
toUpperCase()
trim()
(2)操作符
[](元素访问) +(串连) ==(比较)