test2.java 686 B

1234567891011121314151617181920212223242526
  1. import com.happy.Model.weixin.Users;
  2. import net.sf.json.JSONObject;
  3. /**
  4. * 使用JAVA DOM PARSER:修改 XML 文件
  5. *
  6. * @author zfc
  7. * @date 2017年12月7日 下午8:31:55
  8. */
  9. public class test2 {
  10. public static void main(String[] args) throws InterruptedException {
  11. // JSONObject obj = new JSONObject();
  12. // Users users = new Users();
  13. // users.setUser_phone("321");
  14. // users.setUser_name("321");
  15. // users.setContactId(3);
  16. // obj.put("map", users);
  17. // System.out.printf(Func.parseStr(new Date()));
  18. // for (int i = 0; i < 10; i++) {
  19. // Thread.sleep(1000);
  20. // System.out.println(i);
  21. // }
  22. }
  23. }