解决方法
The specification州:
When an 07001 element is first 07002,
the user agent must create a 07003,and then
07004 for the first time.
使用以下代码段和本地服务器,我已经在许多浏览器中测试了该行为.
var f = document.createElement('iframe'); f.src = '/?';
永远不会获取资源(我只显示了经过最低和最高测试的浏览器版本):
> IE 6 – 9
> FF 3.6 – 12.0
> Chrome 1 – 18
> Opera 10.00 – 12.00
> Safari 4.0 – 5.1.5
因此,只有在将帧附加到文档后才会发送请求.