yuanquanke-js-utils
v2.2.4
Published
通用 js 方法库
Downloads
1
Readme
Functions
outOfChina(lng, lat) ⇒ *
Kind: global function
Returns: * - 布尔值
Description:: 这是一个判断是否在中国境内的函数
| Param | Type | Description | | --- | --- | --- | | lng | number | 经度 | | lat | number | 维度 |
Example
const bool = outOfChina(0, 0);
happy(str) ⇒ *
Kind: global function
Description:: 开心函数
| Param | Type | | --- | --- | | str | * |