提交 f99a1eeb 编写于 作者: D DCloud_LXH

feat: 更新 js

上级 8fb5ac96
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -291,11 +291,11 @@ rpx和百分比,比px更容易产生浮点数,所以如果px能满足需求
<!-- CSSJSON.color_values.compatibility -->
## css方法
## css方法 @css-function
目前仅支持url()、rgb()、rgba()、var()。
### CSS 变量(4.0+)@variable
## CSS 变量(4.0+)@variable
uni-app x 4.0起 提供内置 CSS 变量。之前版本如有获取状态栏高度等需求可使用[uni.getWindowInfo()](../api/get-window-info.md)方式获取。
......@@ -349,24 +349,8 @@ uni-app x 4.0起 提供内置 CSS 变量。之前版本如有获取状态栏高
```
## At-rules
|类别 |App支持情况 |备注 |
|:-: |:-: |:-: |
|@import |√ | |
|@font-face |√ | |
|@charset |× | |
|@color-profile |× | |
|@container |× | |
|@counter-style |× | |
|@documentNon-standardDeprecated|× | |
|@font-feature-values |× | |
|@font-palette-values |× | |
|@keyframes |× | |
|@layer |× | |
|@media |× | |
|@namespace |× | |
|@page |× | |
|@property |× | |
|@supports |× | |
<!-- CSSJSON.at_rules_values.compatibility -->
@font-face自定义字体示例:
```html
......
......@@ -24,6 +24,7 @@
* [Promise](buildin-object-api/promise.md)
* [RegExp](buildin-object-api/regexp.md)
* [Error](buildin-object-api/error.md)
* [Timers](buildin-object-api/timers.md)
* [Console](buildin-object-api/console.md)
* [全局](buildin-object-api/global.md)
* 平台专用对象和 API
......
# Timers
## 实例方法
### setInterval(handler, timeout?, arguments)
<!-- UTSJSON.Timers.setInterval.description -->
<!-- UTSJSON.Timers.setInterval.param -->
<!-- UTSJSON.Timers.setInterval.returnValue -->
<!-- UTSJSON.Timers.setInterval.compatibility -->
<!-- UTSJSON.Timers.setInterval.tutorial -->
### setTimeout(handler, timeout?, arguments)
<!-- UTSJSON.Timers.setTimeout.description -->
<!-- UTSJSON.Timers.setTimeout.param -->
<!-- UTSJSON.Timers.setTimeout.returnValue -->
<!-- UTSJSON.Timers.setTimeout.compatibility -->
<!-- UTSJSON.Timers.setTimeout.tutorial -->
### clearInterval(id)
<!-- UTSJSON.Timers.clearInterval.description -->
<!-- UTSJSON.Timers.clearInterval.param -->
<!-- UTSJSON.Timers.clearInterval.returnValue -->
<!-- UTSJSON.Timers.clearInterval.compatibility -->
<!-- UTSJSON.Timers.clearInterval.tutorial -->
### clearTimeout(id)
<!-- UTSJSON.Timers.clearTimeout.description -->
<!-- UTSJSON.Timers.clearTimeout.param -->
<!-- UTSJSON.Timers.clearTimeout.returnValue -->
<!-- UTSJSON.Timers.clearTimeout.compatibility -->
<!-- UTSJSON.Timers.clearTimeout.tutorial -->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册