版本1.0.2可以使用 "test": "echo "Error: no test specified" && exit 1" 1.0.6 使用
import {getDataType,datFormat} from 'wjd_util'
import {getDataType,datFormat} from 'wjd_util/index.js'
alert(getDataType('999'))
console.log(99999, datFormat(5))
```js