gpt4 book ai didi

javascript - 如何在 AngularJS 中使用 console.log 表达式?

转载 作者:行者123 更新时间:2023-12-02 14:14:12 25 4
gpt4 key购买 nike

作为一个新的“Angularian”,我有这个:

<div data-ng-app="" data-ng-init="">
<input type="text" ng-model="hello">
<p>{{hello}}</p>
</div>

但我想知道,如何在表达式(ng-model)中输入console.log?

(例如,如果我在文本字段中输入“Soylent Green is people”,我希望在 Chrome 的检查器窗口中看到它)

最佳答案

您可以在 Controller 内使用 console.log($scope.hello);

我建议你看看像 Batarang 和ng-检查员。这是最新的,顾名思义,它允许您检查应用程序的范围。

关于javascript - 如何在 AngularJS 中使用 console.log 表达式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39190875/

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