910e62b5创建于 1月15日历史提交
<script>
function shouldNotBeExecuted()
{
    var divElement = document.createElement("div");
    document.body.appendChild(divElement);
}
</script>
<body onLoad="shouldNotBeExecuted();">
  <iframe src="foo.xml"/>