码迷,mamicode.com
首页 > 其他好文 > 详细

1.8 取出指定位置的字符

时间:2017-05-10 00:09:50      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:void   bsp   demo   hello   int   pack   class   world   ati   

package Demo;

public class Demo3 {
 public static void main(String[] args) {
  String str = "helloworld";
  System.out.println(str.charAt(0));//h
  
  
  System.out.println(str.charAt(5));//w
 }
}

1.8 取出指定位置的字符

标签:void   bsp   demo   hello   int   pack   class   world   ati   

原文地址:http://www.cnblogs.com/mengliang/p/6833278.html

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