lyb-js 1.6.27 → 1.6.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,19 +43,6 @@ const v = libJsCalculateExpression("(1+2)-(3*4)/5");
|
|
|
43
43
|
conosle.log(v); //0.6
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
**通过 `CDN ` 使用 `LibJs`**
|
|
47
|
-
|
|
48
|
-
> 你可以借助 `script` 标签直接通过 `CDN` 来使用 `LibJs`
|
|
49
|
-
|
|
50
|
-
```html
|
|
51
|
-
<script src="https://unpkg.com/lyb-js/lyb.js"></script>
|
|
52
|
-
|
|
53
|
-
<script>
|
|
54
|
-
const t = LibJs.Base.libJsGetDataType("Hellow World!");
|
|
55
|
-
console.log(t); //"string"
|
|
56
|
-
</script>
|
|
57
|
-
```
|
|
58
|
-
|
|
59
46
|
## 目录
|
|
60
47
|
|
|
61
48
|
### 基础
|