摘要: nodejs获取文件后缀名 /*nodejs自带的模块:path*/var path=require('path');//获取文件的后缀名var extname=path.extname("123.html");//打印出来console.log(extname); 阅读全文
posted @ 2022-02-28 16:22 陈晓猛 阅读(1242) 评论(0) 推荐(0) 编辑