[JavaScript]æ™戡–“å184;墽墽墽

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[JavaScript]æ™戡–“å184;墽墽墽相关的知识,希望对你有一定的参考价值。

時間帯によって、CSSを切り替える。
  1. <SCRIPT LANGUAGE="javascript">
  2. <!-- Begin
  3. function getCSS()
  4. {
  5. datetoday = new Date();
  6. timenow=datetoday.getTime();
  7. datetoday.setTime(timenow);
  8. thehour = datetoday.getHours();
  9.  
  10. if (thehour > 20)
  11. display = "tree_twilight.css";
  12. else if (thehour > 17)
  13. display = "tree_sunset.css";
  14. else if (thehour > 14)
  15. display = "tree_afternoon.css";
  16. else if (thehour > 11)
  17. display = "tree_noon.css";
  18. else if (thehour > 7)
  19. display = "tree_morning.css";
  20. else if (thehour > 4)
  21. display = "tree_sunrise.css";
  22. else if (thehour > 1)
  23. display = "tree_twilight.css";
  24. else
  25. display = "tree_sunset.css";
  26.  
  27. var css = '<'; css+='link rel="stylesheet" href=' + display + ' /'; css+='>';
  28.  
  29. document.write(css);
  30. // End -->
  31. }
  32. </script>
  33. <script language="javascript">getCSS();</script>

以上是关于[JavaScript]æ™戡–“å184;墽墽墽的主要内容,如果未能解决你的问题,请参考以下文章

å

IE6 iframe水平滚动条

ä¸èè½/æ›´æ–“TextMate捆绑包

从数据库中选择双拼音域名

在UTF-8 chracter中将长字符串剪切为中等显示字符串

背景 css 100% 宽度水平滚动问题