Commit becd6f60 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 96f762b3
......@@ -25,7 +25,7 @@ function dataFormat() {
```
##### 3.数组移除函数 `Array.prototype.remove`
- 函数参数为(数组下标)
- 函数参数为`( 数组下标 )`
- 返回`( 新的数组 )`
- 调用实例如下
```javascript
......@@ -36,8 +36,8 @@ function arrayRemove() {
```
##### 4.对象转成数组 `objToString`
- 函数参数为(对象)
- 返回字符串
- 函数参数为`( 对象 )`
- 返回`( 字符串 )`
- 调用实例如下
```javascript
function objToString(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment