gpt4 book ai didi

javascript - 以 Angular 从对象中获取值

转载 作者:行者123 更新时间:2023-11-30 16:37:09 24 4
gpt4 key购买 nike

在 Controller 中

$scope.html = $sce.trustAsHtml('This is my html');
$scope.showpopup = function(scopVar,data){
console.log(data);
}

在模板中:

<h2 ng-click ="showpopup('html',html)" ng-bind-html="html" ></h2>

我想要“showpopup”函数中的 html 范围的值(即:这是我的 html)。当我控制它时,它会像这样打印

 This is my html {$$unwrapTrustedValue=function(), valueOf=function(), toString=function()}

那么我怎样才能得到实际值(即这是我的 html)?

最佳答案

console.log($sce.getTrustedHtml(data));

文档可以在 https://docs.angularjs.org/api/ng/service/$sce 找到

关于javascript - 以 Angular 从对象中获取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32560028/

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