2008年5月20日
摘要: public class Property{ public static void main(String args[]){ System.out.println("操作系统名 :"+System.getProperty("os.name")); System.out.println("操作系统版本 :"+System.getProperty("os.ve... 阅读全文
posted @ 2008-05-20 22:14 -only- 阅读(747) 评论(2) 推荐(1)