AngularJS 模块让所有函数的作用域在该模块下,避免了该问题。 简单的定义一个Angular模块(module). var app = angular.module("myApp", []);.
確定! 回上一頁