1.0.0 • Published 1 year ago

pybcache v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

//引用自己封装的 fill.js 文件 const fill = require("./fill"); //调用自己封装的写入文件方法 fill.writeFile("文件名.md", "知识内容", 2); //调用自己封装的读取文件方法 let res = fill.readFile("文件名.md"); console.log(res); console.log(11111111);

1.0.0

1 year ago