我在使用 Windows 应用商店应用程序和 iframe 时遇到问题。这是我在 div 元素中加载 i frime 的代码:
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 数据中读取并添加到数据数组中。该 iframe 只有白色背景,不显示任何内容。怎么了?