首页 > Js/Jquery

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

发表于2015-07-17 15:23:23| --次阅读| 来源webkfa| 作者js,javascript

摘要:json内容;<img src="/newsfile/1506271512489.jpg" width="600" height="450" alt="" /></p><p style=&q...

json内容

;&lt;img src=&quot;/newsfile/1506271512489.jpg&quot; width=&quot;600&quot; height=&quot;450&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;

用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/')//第二步

 

就酱紫,有空再排版


相关文章

猜你喜欢

学到老在线代码浏览器 关闭浏览
友情链接: hao123 360导航 搜狗网址导航 114啦网址导航 博客大全
Copyright © 1999-2014, WEBKFA.COM, All Rights Reserved  京ICP备14034497号-1