提交 6ccd7a63 编写于 作者: D DCloud_LXH

chore: json.md

上级 ba9ca8d1
......@@ -23,7 +23,7 @@
|selected-color|Color|#1aad19|已选择的颜色(请使用 activeColor)| -->
**Tips**
- activeColor默认值在不同平台不一样,微信是绿色(#1aad19),头条是红色,其他平台是蓝色
- activeColor默认值在不同平台不一样,微信是绿色(#1aad19),头条是红色,其他平台是 #007aff(蓝色)
- 如需要区间滑块,即一根横条上使用2个滑块选择一段范围,可见[插件市场](https://ext.dcloud.net.cn/search?q=%E5%8C%BA%E9%97%B4%E6%BB%91%E5%9D%97)
**示例** [查看演示](https://hellouniapp.dcloud.net.cn/pages/component/slider/slider)
......
......@@ -83,3 +83,43 @@ console.log(JSON.stringify(new Date(2006, 0, 2, 15, 4, 5)));
<!-- UTSJSON.JSON.stringify_1.returnValue -->
<!-- UTSJSON.JSON.stringify_1.compatibility -->
### parseObject(text: string)
<!-- UTSJSON.JSON.parseObject.description -->
<!-- UTSJSON.JSON.parseObject.param -->
<!-- UTSJSON.JSON.parseObject.returnValue -->
<!-- UTSJSON.JSON.parseObject.compatibility -->
### parseObject<T>(text: string)
<!-- UTSJSON.JSON.parseObject_1.description -->
<!-- UTSJSON.JSON.parseObject_1.param -->
<!-- UTSJSON.JSON.parseObject_1.returnValue -->
<!-- UTSJSON.JSON.parseObject_1.compatibility -->
### parseArray(text: string)
<!-- UTSJSON.JSON.parseArray.description -->
<!-- UTSJSON.JSON.parseArray.param -->
<!-- UTSJSON.JSON.parseArray.returnValue -->
<!-- UTSJSON.JSON.parseArray.compatibility -->
### parseArray<T>(text: string)
<!-- UTSJSON.JSON.parseArray_1.description -->
<!-- UTSJSON.JSON.parseArray_1.param -->
<!-- UTSJSON.JSON.parseArray_1.returnValue -->
<!-- UTSJSON.JSON.parseArray_1.compatibility -->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册