摘要: import java.util.Scanner;public class StringTest { public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.println("输入一串字符"); String words = sc.next(); System.out.prin... 阅读全文
posted @ 2010-10-16 17:05 李宏招 阅读(359) 评论(2) 推荐(1)