摘要: 1 publilc class Shuzu{ 2 public static void main(String ags[]){ 3 { 4 int a[]={1,2,3,4}; 5 char b[]={a,b,c,d}; 6 for(int i=0;i<a.length;i++){ 7 System 阅读全文
posted @ 2017-03-05 21:44 Major^-^ 阅读(180) 评论(0) 推荐(0)
摘要: 1 public class One{ 2 public static void main(String args[]){ 3 String s1,s2; 4 s1=new String("天道酬勤"); 5 s2=new String("天道酬勤"); 6 System.out.println(s 阅读全文
posted @ 2017-03-05 10:46 Major^-^ 阅读(268) 评论(0) 推荐(0)