Commit 44d25ddb authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 8f71e0a5
......@@ -33,9 +33,9 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
```javascript
function arrayRemove() {
var array=['1','2','3'];
alert(angular.toJson(array.remove(1)));
}
var array=['1','2','3'];
alert(angular.toJson(array.remove(1)));
}
```
##### 4.对象转成数组 `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