ping.htm

来自「给大家提供一个理解笔记本电池的途径。详细讲解了笔记本电池的结构」· HTM 代码 · 共 23 行

HTM
23
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0032)http://digi.tech.qq.com/ping.htm -->
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=JavaScript>
function qqping_url_build()
{
	p=window.top.document.URL.indexOf("?");
	if(-1==p)p=window.top.document.URL.indexOf("&");
	if(-1==p)address="u="+window.top.document.URL;
	else address="u="+window.top.document.URL.substring(0,p);
	p=document.referrer.indexOf("?");
	if(-1==p)p=window.top.document.referrer.indexOf("&");
	if(-1==p)refer="r="+window.top.document.referrer;
	else refer="r="+window.top.document.referrer.substring(0,p);
	return address+"&"+refer;
}
document.write("<div style='position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:0; visibility: hidden;'><img src='http://ping.qq.com/ping?" + qqping_url_build() + "' height='0' width='0'></div>");
</SCRIPT>

<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?