let demo = 'demo.html'
let suffix = demo.substr(demo.lastIndexOf('.')).toUpperCase();
js-截取文件名后缀
最新推荐文章于 2025-02-03 02:42:26 发布
let demo = 'demo.html'
let suffix = demo.substr(demo.lastIndexOf('.')).toUpperCase();
6104
806
3679
393
749

被折叠的 条评论
为什么被折叠?