1.0.0 • Published 2 years ago
itheima-tools-sqp v1.0.0
安装
npm install itheima-tools-sqp
导入
itheima = require("itheima-tools-sqp")
格式化时间
//调用dateFormat对时间进行格式化
const dtStr = itheima.dateFormat(new Date())
//结果2023-04-13 15:04:09
console.log(dtStr)
hello
//调用helloKZL输出内容hello KZL
console.log(itheima.helloKZL())
//hello KZL
开源协议
ISC
1.0.0
2 years ago