码迷,mamicode.com
首页 > 编程语言 > 详细

JAVA中怎样输入字符串

时间:2017-03-12 15:07:21      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:bsp   str   www   html   ida   .com   nbsp   baidu   hid   

https://zhidao.baidu.com/question/344967589.html

java.lang.String.charAt() 方法返回指定索引处的char值。http://www.yiibai.com/javalang/string_charat.html

(toLowerCase)toUpperCase的意思是将所有的英文字符转换为大写字母,如:

String  cc = “aBc123”.toUpperCase();结果就是:ABC123。

JAVA中怎样输入字符串

标签:bsp   str   www   html   ida   .com   nbsp   baidu   hid   

原文地址:http://www.cnblogs.com/code666/p/6537729.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!