gpt4 book ai didi

angularjs - Angular 中 ng-bind 和插值 {{}} 的区别

转载 作者:行者123 更新时间:2023-12-04 01:16:18 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





AngularJS : Why ng-bind is better than {{}} in angular?

(12 个回答)


2个月前关闭。




有什么区别吗
{{ }} 和 ng-bind 的 Angular 。

我对 Angular 很陌生。我从使用 {{ }} 开始,然后在文档中找到了 ng-bind。我认为他们做同样的工作,但为什么需要额外的指令,如果没有,请说出不同之处。

最佳答案

官方文档中有一些提示:https://docs.angularjs.org/api/ng/directive/ngBind

Typically, you don't use ngBind directly, but instead you use the double curly markup like {{ expression }} which is similar but less verbose.

It is preferable to use ngBind instead of {{ expression }} if a template is momentarily displayed by the browser in its raw state before Angular compiles it. Since ngBind is an element attribute, it makes the bindings invisible to the user while the page is loading.

关于angularjs - Angular 中 ng-bind 和插值 {{}} 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25741586/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com