厚德博学 敬业乐群
@sky
全部博文(252)
2015年(2)
2014年(1)
2013年(1)
2012年(16)
2011年(42)
2010年(67)
2009年(87)
2008年(36)
25742040
shijiulo
niuxlinu
ebayboy
hayand66
大鬼不动
acer1025
醉鬼的故
小雅贝贝
XINGCHEN
wzy_yzw
十的9次
zds05
bjywxc
zlhc1
smile124
cynthia
格伯纳
分类:
2009-07-02 16:10:16
import java.util.*; import java.util.Map.*; public final class tmp { public static void main(String args[]) { Map<String, String> map; map = System.getenv(); Set<Entry<String, String>> sm = map.entrySet(); Iterator<Entry<String, String>> t = sm.iterator(); while (t.hasNext()) { Entry entry = t.next(); System.out.println("key: " + entry.getKey() + " " + "value: " + entry.getValue()); } } }
上一篇:java PushbackInputStream和PushbackReader用法
下一篇:java PipedInputStream和PipedOutputStream用法
登录 注册