<!DOCTYPE>
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>

<body>
<span></span>
<script>
(function() {
var a = {
a : (function() {
document.getElementsByTagName("span")[0].innerHTML = new Date().toLocaleString();
setTimeout("_a.a()", 1000);
})
};
window._a = a;
})();
_a.a();
</script>
</body>
</html>

相关文章:

  • 2022-01-25
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-12-25
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2021-12-08
  • 2022-01-04
  • 2021-05-08
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案