910e62b5创建于 1月15日历史提交
<html>
  <body>
    <script>
      var raf_count = 0;
      function onAnimationFrame (t) {
        document.title=++raf_count;
      }
    </script>
  </body>
</html>