摘要: @Test public void demo(){ // 以下为String中的常用的方法及注释, 最常用的注释前有**标注 String s = "abcdefg123456"; // 返回下标对应的ASCII码 int codePointAt = s.codePointAt(7); // **返 阅读全文
posted @ 2019-10-25 16:43 代码拯救不了世界 阅读(304) 评论(0) 推荐(0) 编辑