会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
七郎's Blog
草木竹石皆可為劒。至人之用人若鏡,不將不迎,應而不藏,故能勝物而不傷。
CnBlogs
Home
New Post
Contact
Admin
Subscription
2014年11月1日
(String) | String.valueOf()
Map m = new HashMap(); Integer i = 5; String s = null; m.put("val1", i); m.put("val2", s); System.err.println(m.get("val1")); System.err.prin...
Read More
posted @ 2014-11-01 15:22 七郎
Views(352)
Comments(0)
Diggs(0)
Edit
公告