摘要: 返回特定位置的字符: String a = "asdf"; char b = a.charAt(2); //返回'd' 阅读全文
posted @ 2019-02-26 21:11 epiphanyy 阅读(8) 评论(0) 推荐(0)