Html程序  |  11行  |  201 B

<html>
  <head>
    <title>PASSING QUERY PARAM FAILED</title>
  </head>
  <body>
    <script>
      document.title = self.document.location.hash.substring(1);
    </script>
  </body>
</html>