摘要:
1 import java.io.FileInputStream; 2 import java.io.FileOutputStream; 3 import java.util.Properties; 4 5 public class Property { 6 public static void main(String[] args) { 7 Properties p = new Properties(); 8 int counter = 1; 9 try {10 p.load(new FileInputStr... 阅读全文
posted @ 2012-06-29 18:24
木子小黑
阅读(206)
评论(0)
推荐(0)
浙公网安备 33010602011771号