java代码查看当前系统环境

来源:互联网 发布:布料裁剪软件 编辑:程序博客网 时间:2024/06/03 16:43

查看代码:

public class App 
{
    public static void main( String[] args )
    {
        System.getProperties().list(System.out);
    }
}


输出为:


0 0