Html程序  |  15行  |  267 B

<html>
  <head>
    <script>
      window.onload = function() {
        document.getElementById('d').innerHTML=''
      }
    </script>
  </head>
  <body>
    <span id="d">
      <iframe src="resources/xslt-bad-import-uri.xml"></iframe>
    </span>
  </body>
</html>