首页 > 网站 > WEB开发 > 正文

angular ng-bind-html 对src路径失效 解决方案

2024-04-27 14:06:56
字体:
来源:转载
供稿:网友
angular ng-bind-html 对src路径失效 解决方案

json内容

;<img src="/newsfile/1506271512489.jpg" width="600" height="450" alt="" /></p><p style="text-align: center;">
用ng-bind-html绑定json数据,浏览器将会输出<img width="600" alt="">ng自动过滤了src属性,再次琢磨发现src是全路径的时候,浏览器就能输出我想要的src了猜测angularjs是处于安全考虑,那就手动加全路径吧
html=htmldecode(dt.cContent)//第一步还是反编译sr='src="/';sh="height"$scope.list.cContent=htmldecode(dt.cContent).replace(new RegExp(sh,'g'),'k').replace(new RegExp(sr,'g'),'src="http://www.xjj.com/')//第二步

就酱紫,有空再排版

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表