Java获取当前系统文件的字符编码


System.getProperty("file.encoding");


//打印出全部与Java相关的系统信息
System.getProperties().list(System.out);
相关文章
相关标签/搜索