Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 【美化】头部增加欢迎语+IP+地理位置+天气,两种方案!修改教程

[复制链接]
yzllaser 发表于 2011-10-23 13:57:54 | 显示全部楼层
可以把IP地址调用到头像那边吗
回复

使用道具 举报

yzllaser 发表于 2011-10-23 14:03:32 | 显示全部楼层
支持一下,谢谢分享
回复

使用道具 举报

龙岩小鱼 发表于 2011-10-26 07:47:38 | 显示全部楼层
怎么我的没时间和日期呀,已经用上了
http://www.shxyw.com
回复

使用道具 举报

cnfood 发表于 2011-10-26 11:25:05 | 显示全部楼层
回复

使用道具 举报

 楼主| chen345210 发表于 2011-10-26 13:19:08 | 显示全部楼层
回复

使用道具 举报

 楼主| chen345210 发表于 2011-10-26 13:20:09 | 显示全部楼层
龙岩小鱼 发表于 2011-10-26 07:47
怎么我的没时间和日期呀,已经用上了
http://www.shxyw.com

此代码中不包含时间日期代码!
回复

使用道具 举报

龙岩小鱼 发表于 2011-10-26 16:02:16 | 显示全部楼层
chen345210 发表于 2011-10-26 13:20
此代码中不包含时间日期代码!

那能不能分享下带时间和日期的代码
回复

使用道具 举报

 楼主| chen345210 发表于 2011-10-26 18:07:19 | 显示全部楼层
龙岩小鱼 发表于 2011-10-26 16:02
那能不能分享下带时间和日期的代码

可以!下面就是代码


  1. 当前是:
  2. <Script language="JavaScript">
  3. var enabled = 0; today = new Date();
  4. var day; var date;
  5. if(today.getDay()==0) day = "星期日 "
  6. if(today.getDay()==1) day = "星期一 "
  7. if(today.getDay()==2) day = "星期二 "
  8. if(today.getDay()==3) day = "星期三 "
  9. if(today.getDay()==4) day = "星期四 "
  10. if(today.getDay()==5) day = "星期五 "
  11. if(today.getDay()==6) day = "星期六 "
  12. document.fgColor = " FF0072";
  13. date1 = (today.getMonth() + 1 ) + "月" + today.getDate() + "日 " ;
  14. date2 = day ;
  15. document.write(date1.fontsize(2));
  16. document.write(date2.fontsize(2));
  17. document.write("<span id='clock'></span>");
  18. var now,hours,minutes,seconds,timeValue;
  19. function showtime(){
  20. now = new Date();
  21. hours = now.getHours();
  22. minutes = now.getMinutes();
  23. seconds = now.getSeconds();
  24. timeValue = (hours >= 12) ? "下午 " : "上午 ";
  25. timeValue += hours+ ":";
  26. timeValue += ((minutes < 10) ? "0" : "") + minutes + ":";
  27. timeValue += ((seconds < 10) ? "0" : "") + seconds + "";
  28. clock.innerHTML = timeValue;
  29. setTimeout("showtime()",100);
  30. }
  31. showtime();
  32. </Script>
复制代码

回复

使用道具 举报

龙岩小鱼 发表于 2011-10-27 10:21:55 | 显示全部楼层
chen345210 发表于 2011-10-26 18:07
可以!下面就是代码

是和一楼的一起加在后面吗?
回复

使用道具 举报

 楼主| chen345210 发表于 2011-10-27 19:24:43 | 显示全部楼层
龙岩小鱼 发表于 2011-10-27 10:21
是和一楼的一起加在后面吗?

恩,可以!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 17:22 , Processed in 0.031446 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表