Question: How to get the file extension? var file1 = "50.xsl"; var file2 = "30.doc"; getFileExtension(file1); //returs xsl ...
確定! 回上一頁