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)操作符
[](元素访问) +(串连) ==(比较)
时间: 2024-10-17 08:04:03