📜  控制台中的范围 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:14.205000             🧑  作者: Mango

代码示例1
var scope = angular.element(document.body).scope();
scope.anyVariableName;  // use it like this