ng -bind 具有单向数据绑定($ scope - > view)。它有一个快捷方式 {{ val }} ,它显示插入到html中的范围值 $scope.val ,其中 val 是一个变量名。 ng-model 旨在放在 ...
確定! 回上一頁