mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
docs: APM 监控部分
This commit is contained in:
@@ -218,8 +218,8 @@ Chrome开发者工具和Firebug都提供了书签功能,用于显示你在元
|
||||
```
|
||||
var arr = [{ num: 0 }];
|
||||
setInterval(function(){
|
||||
console.log(arr);
|
||||
arr[0].num += 1;
|
||||
console.log(arr);
|
||||
arr[0].num += 1;
|
||||
}, 1000);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user