/**
 * @(#)string.java
 *
 *
 * @author
 * @version 1.00 2007/10/9
 */

public class string {

    public static void main (String[] args) {
     String a="丁丁是個人才";
     char b[]=new char[6];
     for (int i=0;i       b[i]=a.charAt(i);
      System.out.println(b[i]);
     }
    } 
}
--------------------Configuration: --------------------





Process completed.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 浮雲 的頭像
    浮雲

    missice's Blog

    浮雲 發表在 痞客邦 留言(0) 人氣()