您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. replace-ext:将文件扩展名替换为另一个-源码

  2. 替换-扩展 用另一个扩展名替换文件扩展名。 用法 var replaceExt = require ( 'replace-ext' ) ; var path = '/some/dir/file.js' ; var newPath = replaceExt ( path , '.coffee' ) ; console . log ( newPath ) ; // /some/dir/file.coffee API replaceExt(path, extension) 将path中的exten
  3. 所属分类:其它