村長fb!
此乃舊版魚蛋村,訪客請【按此到新版魚蛋村】繼續瀏覽
魚蛋村 yudans語法區語法範例 → 每小時顯示不同訊息

每小時顯示不同訊息

  • Internet Explorer 6.0
  • Internet Explorer 7.0
  • Internet Explorer 8.0
  • Mozilla Firefox 2.0
  • Mozilla Firefox 3.0
  • Google Chrome
  • Safari 3.1
  • Opera 9.5
  • 語法介紹 Introduction:
  • 每小時顯示不同訊息 - 因應不同的時間顯示相對應的訊息。
  • 語法總長度:1535 字元
  • 範例 Example:
  • 請將以下程式碼貼到<body>與</body>之間:
<script type="text/javascript"><!--
var today = new Date ()
var hours = today.getHours();
if (hours <=0) document.write("午夜 12 點多了");
else if (hours <= 1) document.write("午夜 1 點多了");
else if (hours <= 2) document.write("午夜 2 點多了");
else if (hours <= 3) document.write("午夜 3 點多了");
else if (hours <= 4) document.write("午夜 4 點多了");
else if (hours <= 5) document.write("上午 5 點多了");
else if (hours <= 6) document.write("上午 6 點多了");
else if (hours <= 7) document.write("上午 7 點多了");
else if (hours <= 8) document.write("上午 8 點多了");
else if (hours <= 9) document.write("上午 9 點多了");
else if (hours <= 10) document.write("上午 10 點多了");
else if (hours <= 11) document.write("上午 11 點多了");
else if (hours <= 12) document.write("中午 12 點多了");
else if (hours <= 13) document.write("下午 1 點多了");
else if (hours <= 14) document.write("下午 2 點多了");
else if (hours <= 15) document.write("下午 3 點多了");
else if (hours <= 16) document.write("下午 4 點多了");
else if (hours <= 17) document.write("下午 5 點多了");
else if (hours <= 18) document.write("下午 6 點多了");
else if (hours <= 19) document.write("晚上 7 點多了");
else if (hours <= 20) document.write("晚上 8 點多了");
else if (hours <= 21) document.write("晚上 9 點多了");
else if (hours <= 22) document.write("晚上 10 點多了");
else if (hours <= 23) document.write("晚上 11 點多了");
// --></script>
  • 可修改的地方 Modify:
  • 可修改第 4 至 27 行的文字
魚蛋村,語法,圖片,素材,下載,琴譜,字型,教學,網頁製作,網頁教學,表情符號,程式,yudan,yudans,yudan village,javascript,cgi,php,msn,css,html,w3c,teach
footer