Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
d868c7bd
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3172
Star
105
Fork
804
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
67
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
67
合并请求
67
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d868c7bd
编写于
8月 31, 2021
作者:
Q
qiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: update log.md, timer.md
上级
97e73cce
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
5 addition
and
2 deletion
+5
-2
docs/collocation/frame/log.md
docs/collocation/frame/log.md
+1
-1
docs/collocation/frame/timer.md
docs/collocation/frame/timer.md
+4
-1
未找到文件。
docs/collocation/frame/log.md
浏览文件 @
d868c7bd
...
@@ -17,4 +17,4 @@
...
@@ -17,4 +17,4 @@
-
不同平台对于 console 方法的支持存在差异,建议在开发过程中只使用文档中提到的方法。
-
不同平台对于 console 方法的支持存在差异,建议在开发过程中只使用文档中提到的方法。
-
HBuilderX中有2个重要的代码块,敲
`clog`
:可直接输出
`console.log()`
;敲
`clogv`
:可输出
`console.log(": " + );`
,并且出现双光标,方便把变量名称和值同时打印出来。
-
HBuilderX中有2个重要的代码块,敲
`clog`
:可直接输出
`console.log()`
;敲
`clogv`
:可输出
`console.log(": " + );`
,并且出现双光标,方便把变量名称和值同时打印出来。
-
HBuilderX 1.9.7 以上的自定义组件模式,支持打印对象信息到控制台。老版本可使用
`clogj`
代码块将json对象转为字符串打印出来。
-
HBuilderX 1.9.7 以上的自定义组件模式,在App端支持打印对象信息到控制台。老版本可使用
`clogj`
代码块将json对象转为字符串打印出来。
\ No newline at end of file
docs/collocation/frame/timer.md
浏览文件 @
d868c7bd
...
@@ -56,3 +56,6 @@
...
@@ -56,3 +56,6 @@
|参数|类型|必填|说明|
|参数|类型|必填|说明|
|:-|:-|:-|:-|
|:-|:-|:-|:-|
|intervalID|Number|是|要取消的定时器的 ID|
|intervalID|Number|是|要取消的定时器的 ID|
## 注意事项
*
App 端返回的定时器编号可能为 String 类型,使用时无需主动转换为 Number 类型
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录