我在使用Windows应用商店应用和iframe时遇到问题。 这是我在div元素中加载我的代码:
var iframe = element.querySelector(".item .item-link");
MSApp.execUnsafeLocalFunction(
function () { iframe.innerHTML = item.content; }
);
并且item.content是:
<iframe src="http://vk.com/video_ext.phpoid=222438792&id=166102206&hash=f81efa7780cef076&hd=1" width="90%" height="360" frameborder="0"></iframe>
iframe从url json数据中获取并添加到数据数组中。 ifram只有白色背景而不显示任何东西。有什么问题?