`

字体属性

    博客分类:
  • unix
OS 
阅读更多

public class PrintLocale {

    public static void main(String[] args) {

        System.out.println(System.getProperty("user.language"));
        System.out.println(System.getProperty("user.region"));
        System.out.println(System.getProperty("file.encoding"));
        System.out.println(System.getProperty("os.version"));

    }
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics