Cannot create property 之类的报错,记得检查最后有没有return o ,而且一定注意o和0的区分,哈哈
2017-12-05
最新回答 / 风中的使者4259874
/** * Create by tut on 2018/11/11. */angular.module("myApp",[]) .controller("MainController", function($scope){ $scope.submitForm = function(){ console.log('表单提交成功!'); } })
2017-09-23