1. 首页
  2. 考试认证
  3. 其它
  4. auxil javascript辅助函数库

auxil javascript辅助函数库

上传者: 2024-10-05 04:04:33上传 ZIP文件 8.51KB 热度 2次
用于日常编程的辅助函数Javascript库javascript编程例程的集合依赖关系没有依赖关系,它适用于commonJs、amd或浏览器全局使用示例tvar auxil = require ( './auxil' ) ; tvar util = require ( 'util' ) ; tvar fs = require ( 'fs' ) ; t/*example of logging to file*/ tvar log = auxil . Logger ( { 'storeTime' : true , 'id' : 'testSCript-1' , 'fs' : fs , 'filePath' : 'tstlog.txt' t} ) ; t/*example of logging to stout using util in node
下载地址
用户评论