永发信息网

显示对方ip地址的网页代码

答案:2  悬赏:70  手机版
解决时间 2021-04-09 22:54
  • 提问者网友:精神病院里
  • 2021-04-08 22:58
显示对方ip地址的网页代码
最佳答案
  • 五星知识达人网友:老鼠爱大米
  • 2021-04-08 23:18
上你看到的能显示对方ip地址的论坛网页(是不是有些羡慕).查看源文件自己找那段就可以了啊
全部回答
  • 1楼网友:一秋
  • 2021-04-09 00:09
以下是时间代码 <html> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <title>网页特效代码--年月日时分秒的即时显示</title> </head> <body onload=startclock()> <form name="clock"> <script language="javascript"> var timerid = null; var timerrunning = false; function stopclock (){ if(timerrunning) cleartimeout(timerid); timerrunning = false;} function startclock () { stopclock(); showtime();} function showtime () { var now = new date(); var hours = now.gethours(); var minutes = now.getminutes(); var seconds = now.getseconds() var timevalue = now.getyear()+"年"+(now.getmonth()+1)+"月"+now.getdate()+"日" +((hours >= 12) ? " 下午 " : " 上午 " ) timevalue += ((hours >12) ? hours -12 :hours) timevalue += ((minutes < 10) ? ":0" : ":") + minutes timevalue += ((seconds < 10) ? ":0" : ":") + seconds document.clock.thetime.value = timevalue; timerid = settimeout("showtime()",1000); timerrunning = true;} </script> <input name="thetime" style="font-size: 9pt;color:#000000;border:1px solid #ffffff; ; " size="28"></form> </body> </html> 以下是ip代码 <iframe width="468" height="50" frameborder="0" scrolling="no" src=" http://www.cz88.net/ip/viewip468.aspx"></iframe>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯