enhydraboy

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

06 2004 档案

摘要:我最近才接触java,随笔记录一些东西。以免以后忘记。Properties props=System.getProperties(); Enumeration enum=props.keys(); while(enum.hasMoreElements()) { String key=(String)enum.nextElement(); System.out.... 阅读全文
posted @ 2004-06-02 10:13 Enhydraboy 阅读(3779) 评论(0) 推荐(0)