名称 | 说明 | 贡献者 |
---|---|---|
ParseUrl | 将URL参数转化为JSON对象 | |
DateFormatter | 将日期转化为指定格式 | ZadaWu |
DateCompare | 两日期对比 | ZadaWu |
GetRandomStr | 获取一个指定长度的随机字符串 | |
CountDown | 可自动校准的倒计时 |
module_name
├── demo #演示目录(非必须)
│ └── index.html
├── lib #模块资源目录(非必须)
│ └── index.js
├── test #测试资源目录(非必须)
│ └── index.js
├── index.js #资源入口文件(必须)
├── index.test.js #测试入口文件(必须)
└── README.md #使用说明(必须)