Bootstrap

java中遍历一个对象

DX dx = new DX();
dx.forEach(dx);
System.out.println(dx);

;