js判断后缀名为.xls和.xlsx

js判断后缀名为.xls和.xlsx

let url="https://xxxxxx/fileUpload/Excel/5161.xls"

let type=url.split('.').pop() //xls
let type=url.substr(excelUrl.lastIndexOf("."))//.xls

你可能感兴趣的:(javascript,前端,开发语言)