标签:
<!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>
标签:
原文地址:http://www.cnblogs.com/huangf714/p/5918682.html