冷酷黄蜂

文章
2
资源
1
加入时间
2年10月20天

那些Iterator迭代器们

读取Properties中的key和value:java.util.Iterator it = properties.keySet().iterator(); while(it.hasNext()){ String sKey = it.next().toString(); if(sKey.startsWith("request.")){ String sValu