Java獲取當前系統文件的字符編碼


System.getProperty("file.encoding");


//打印出全部與Java相關的系統信息
System.getProperties().list(System.out);
相關文章
相關標籤/搜索