To get the file extension of a file in Java, you can use the File class and its getName() method to get the file name, and then use the substring() method ...
確定! 回上一頁