导航

2007年2月4日

摘要: 1、以下代码将打印出什么? public class test1 { public static void main(String args []) { // \u0022 is the Unicode escape for double quote(") System.out.println("a\u0022.length() + \u002... 阅读全文

posted @ 2007-02-04 18:15 腾飞 阅读(2947) 评论(7) 推荐(0)