我正在尝试从JavaScript创建一个iframe并用任意HTML填充它,如下所示:var html = '<body>Foo</body>'; var iframe = document.createElement('iframe'); iframe.src ...
確定! 回上一頁