要多努力,才走得到远方
import java.util.Map.Entry;
public class Env {
public static void main(String[] args) {
for (Entry<Object, Object> e : System.getProperties().entrySet()) {
System.out.printf("%s = %s\n", e.getKey(), e.getValue());
}
发表评论
没有评论:
发表评论