代碼如下:
<html xmlns="
<head runat="server">
<title></title>
<style type ="text/css" >
</style>
<script src="js/ui/jquery
<script language="javascript" type="text/javascript">
var n =
function showTime() {
n
$(
if (n ==
window
else
setTimeout(
}
</script>
</head>
<body onload ="showTime()">
<form id="form
<div id ="divMain" class ="main" >
</div>
</form>
</body>
</html>
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20383.html