📄 about.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>网址导航,GOOGLE网址导航,深度网址导航-seorank.com.cn.CN网址导航</title>
<style type="text/css">
body {font-family:Arial,Helvetica,sans-serif;}
.mainbody {background-color:#ffffff;;}
td {font-size:83%;}
a:link {color:#0000cc}
a:visited {color:#0000cc}
.n, .sn {margin:0 0 6px 0;padding:0}
.topic_body {background-color:#ffffff;;}
.h {padding:2px 0}
.search, .d {padding:2px 0}
.sectiontitle {padding:0 0 2px 0;border-bottom:1px solid #cccccc; font-size:95%; color:#444444;}
.sectiontitle2 {padding:0 0 2px 0;border-bottom:1px solid #cccccc; font-size:83%; color:#444444;}
.sectiontitlenobr {padding:0 0 8px 0}
.top5 {padding:0 0 2px 0}
ul.section {list-style-type:none;line-height:155%;margin:0;padding:0 0 0 .2em}
ul.section li {background-image: url(https://services.SEORANK.COM.CN/images/smallbullet.gif);background-repeat: no-repeat;background-position: 0 .6em;padding:0 0 0 .8em}
ul.tour {list-style-type:none;line-height:155%;margin:0;padding:0 0 0 .2em}
ul.tour li {background-image: url(images/document3.gif);background-repeat: no-repeat;background-position: 0;padding-left:1.6em}/*background-position: 0 .6em;padding:0 0 0 .8em*/
ol.section {line-height:155%;color:#666666;margin:0 0 0 1.9em;padding:0}
.module_body {background-color:#ffffff;;}
.module_hdr{padding:3px 6px 3px 6px; background-color:#e5ecf9;; color:#000000;; border:1px solid #cccccc;;}
.fyi {padding:3px 0 0 0}
.t {padding:4px 0 2px 4px}
.b {padding:0 0 4px 4px}
.smfont td {font-size:73%}
.footer {color:#666666;}
.tl {
background-image: url(http://www.seorank.com.cn/mail/help/images/corner_tl_sharp.gif);
background-position:top left;
background-repeat:no-repeat;
}
.tr {
background-image: url(http://www.seorank.com.cn/mail/help/images/corner_tr_sharp.gif);
background-position:top right;
background-repeat:no-repeat;
}
.bl {
background-image: url(http://www.seorank.com.cn/mail/help/images/corner_bl_sharp.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
.br {
background-image: url(http://www.seorank.com.cn/mail/help/images/corner_br_sharp.gif);
background-position:bottom right;
background-repeat:no-repeat;
}
.bubble {background-color:#C3D9FF;}
.navitem {
margin: 5px 5px 6px 5px;
}
/* Additional Help Resources */
h3.footer{
margin: 20px 0 10px 0;
padding: 5px 0 0 0;
font-size: 10pt;
border-bottom: 1px solid #cccccc;
color: #000;
}
.related_topics h4{
margin: 10px 0 0 40px;
padding: 5px 0 0 0;
font-size: 10pt;
}
.articles{
background: url(http://www.seorank.com.cn/options/icons/booksearch.gif) no-repeat top left;
}
.groups{
background: url(http://www.seorank.com.cn/options/icons/groups.gif) no-repeat top left;
}
.related_topics ul{
list-style: none;
margin-left: 40px; margin-top: 0; padding-top: 0; padding-left: 0;
}
.related_topics ul li{
margin: 4px 0;
}
</style>
<script type="text/javascript">
<!--
function correctLangCode_default(lang){
s = window.location;
s = s.toString();
if (lang == "zh-CN")
correctedLang = "zh_CN";
else if (lang == "zh-CN_CN")
correctedLang = "zh_CN";
else if (lang == "zh-TW")
correctedLang = "zh_TW";
else if (lang == "zh-TW_TW")
correctedLang = "zh_TW";
else if (lang == "pt-BR")
correctedLang = "pt_BR";
else if (lang == "pt-BR_BR")
correctedLang = "pt_BR";
else if (lang == "en-GB")
correctedLang = "en_GB";
else if (lang == "en-GB_GB")
correctedLang = "en_GB";
else if (lang == "en-US")
correctedLang = "en_US";
s = s.replace(lang, correctedLang);
location.replace(s);
return correctedLang;
}
function setCookies_default(cookieName,cookieValue,calledFrom) {
if (cookieValue == "") {
var cookieValue = getQueryVariable_default("hl");
}
if (cookieValue) {
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 3600000*24*365);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";expires="+expire.toGMTString()
+ ";path=/support/";
}
if (calledFrom == "dropdown") {
newURL = new String(window.location);
newURL = newURL.replace("hl=", "hlrm=");
if(newURL.search(/#/i)>=0) {
tempURL = newURL.split('#');
if(tempURL[0].search(/hlrm=/i)>=0) {
tempURL[0]=tempURL[0].replace(/(hlrm=[a-z][a-z]_[A-Z][A-Z])|(hlrm=[a-z][a-z])/i, 'hlrm='+cookieValue);
newURL = tempURL[0]+((tempURL[1]!= undefined)?'#'+tempURL[1]:'');
}
else {
if(tempURL[0].search(/\?/i)>=0) {
newURL = tempURL[0]+'&hlrm='+cookieValue+((tempURL[1]!= undefined)?'#'+tempURL[1]:'');
}
else {
newURL = tempURL[0]+'?hlrm='+cookieValue+((tempURL[1]!= undefined)?'#'+tempURL[1]:'');
}
}
}
window.location.href = newURL;
}
}
function getQueryVariable_default(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
if (pair[0] == variable) {
return pair[1];
}
}
}
-->
</script>
<script language="javascript">
function searchValidate(theForm) {
if (theForm.query.value=='') {
alert('要搜索支持中心,请输入关键字或词组。');
return false;
}
return true;
}
</script>
<script language="javascript">
function getCookie() {
var args = getCookie.arguments;
var name = args[0];
var sep = args[1];
var start = document.cookie.indexOf(name + "=");
var len = start + name.length + 1;
if ((!start) &&
(name != document.cookie.substring(0, name.length))) {
return null;
}
if (start == -1) {
return null;
}
var end = document.cookie.indexOf(sep, len);
if (end == -1) {
end = document.cookie.length;
}
return unescape(document.cookie.substring(len, end));
}
</script>
<script language="javascript">
function showLayer(layer){
try {
document.getElementById(layer).style.display = "block";
} catch(e){}
}
function showLayerDefault(layer){
try {
document.getElementById(layer).style.display = "";
} catch(e){}
}
function hideLayer(layer){
try {
document.getElementById(layer).style.display = "none";
} catch(e){}
}
function toggleLayer(id) {
var obj = document.getElementById(id);
if (obj) {
if (obj.style.display == "none") {
obj.style.display = "block";
} else {
obj.style.display = "none";
}
}
}
function toggleLayerDefault(id) {
var obj = document.getElementById(id);
if (obj) {
if (obj.style.display == "none") {
obj.style.display = "";
} else {
obj.style.display = "none";
}
}
}
</script>
<script language="javascript">
function check_radio(formname, forminput) {
radioObj = document.forms[formname].elements[forminput];
if(!radioObj)
return "";
var radioLength = radioObj.length;
if(radioLength == undefined)
if(radioObj.checked){
return radioObj.value;
} else {
return "";
}
for(var i = 0; i < radioLength; i++) {
if(radioObj[i].checked) {
return radioObj[i].value;
}
}
return "";
}
</script>
</head>
<BODY BGCOLOR=#ffffff topmargin=2 >
<head>
<title>Google网址导航帮助</title>
<style type="text/css">
<!--
body,td,div,.p,a,font,span {font-family: arial,sans-serif;}
body,td {font-family: Arial, Helvetica, sans-serif; font-size: 83%; color: #000000;}
.header1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #666666;
margin-top: 18px;
margin-left: 16px;
padding-bottom: 2px;
border-bottom: 1px solid #999999;
}
.header2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #666666;
padding-bottom: 2px;
border-bottom: 1px solid #999999;
margin-bottom: 15px;
}
.help {color: #EB8B21; font-weight:bold;}
p.q { font-weight:bold; }
p.a { margin-left:1.2em; }
#navigation ul {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; margin: 0px; padding: 0px 23px 0px 0px; list-style-type:none;}
#navigation ul li {padding-bottom:10px; text-align:left;}
#navigation ul li.selected {font-weight:normal; color:#333333; text-decoration:none;}
.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #333333;}
-->
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" style="margin-left: 2ex; margin-right: 3ex; margin-top: 2ex;">
<table cellpadding="0" width="100%" style="" cellspacing="0" id="header">
<tbody>
<tr>
<td width="1%"><a href="http://www.seorank.com.cn/"><img width="150" alt="seorank.com.cn" src="http://www.seorank.com.cn/images/logo.gif" border="0" height="55" style="margin-left:6px;"></a></td>
<td width="98%" align="left" valign="top"><div class="header1">google 网址导航帮助</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" width="100%" align="center" cellspacing="0">
<tbody>
<tr>
<td colspan="2" valign="top"> </td>
</tr>
<tr>
<td width="1%" valign="top"><table cellpadding="0" width="180" cellspacing="0" border="0">
<tbody>
<tr>
<td width="158" nowrap valign="top" style="padding-left: 10px;">
<span class="help">关于google 网址导航</span><br><br>
<a href="http://www.seorank.com.cn/">Google 网址导航主页</a>
</td>
</tr>
</tbody>
</table></td>
<td width="98%" valign="top"><table cellpadding="0" width="100%" cellspacing="0" border="0">
<tbody>
<tr>
<td valign="top"><div class="header2" style="border-bottom:none">常见问题</div>
<ol>
<font size="-1">
<li><a href="#q1">google 网址导航是怎样的一个产品?</a></li>
<li><a href="#q2">使用 google 网址导航的好处是什么?</a></li>
<li><a href="#q3">google 网址导航所列的内容是怎么来的?</a></li>
<li><a href="#q4">[更多网站] 下的 [热门网站] 列表是如何决定的?</a></li>
<li><a href="#q5">我是否可以向你们推荐我喜欢的网站?</a></li>
<li><a href="#q6">我是否可以个性化我的 google 网址导航首页?</a></li>
<li><a href="#q7">google 网址导航支持哪个国家/地区和所用的语言?</a></li>
</font>
</ol>
<br />
<a name="faq"></a>
<font size="-1">
<p class="q" id="q1"><font size="-1">1. google 网址导航是怎样的一个产品?</font></p>
<p class="a">借助 google 网址导航,您可以全面地浏览和搜索中国用户经常访问的网站。这些网站将分门别类地在网页上罗列出来,您只需要轻轻一点,即可迅速地链接至热门的网站。</p>
<p class="q" id="q2"><font size="-1">2. 使用 google 网址导航的好处是什么?</font></p>
<p class="a">google 网址导航可以让您体验便捷的网上漫游服务。</p>
<p class="a">如果您不确定如何搜索您想访问的网站,google 网址导航包含了详细的分类,向您提供热门网站列表,让您免去输入关键字及搜索的步骤。</p>
<p class="a">如果您认为列表中的网站选择不够多,点一下 [相关搜索] 旁的分类名称即可直接链接至 Google 网页的搜索结果。同时,[更多网站] 的页面下也提供了 [热门网站],让您随时掌握最受欢迎的网站。</p>
<p class="q" id="q3"><font size="-1">3. google 网址导航所列的内容是怎么来的?</font></p>
<p class="a">google 网址导航列出的所有站点都是 Google 用户最常访问的网站,我们根据网站内容的不同进行合理归类,以便于用户检索。在每个类别中,网站的排序由算法自动生成。我们通过严格的整理,确保把最热门的内容合理的呈现给大家。</p>
<p class="q" id="q4"><font size="-1">4. [更多网站] 下的 [热门网站] 列表是如何决定的?</font></p>
<p class="a">我们使用与 Google 网页搜索排名一样的演算方式对 Google 用户最常访问的网站进行排序,选出排名较高的站点,以"热门网站"的形式呈现给用户,在尊重用户喜好的前提下保证客观公正性。</p>
<p class="q" id="q5"><font size="-1">5. 我是否可以向你们推荐我喜欢的网站?</font></p>
<p class="a">目前我们不开放用户推荐或申请将网站加入 google 网址导航;然而,如果您有其他对 google 网址导航的反馈,请通过下方的“与我们联系”链接告诉我们。</p>
<p class="q" id="q6"><font size="-1">6. 我是否可以个性化我的 google 网址导航首页?</font></p>
<p class="a">我们目前没有提供这个服务。</p>
<p class="q" id="q7"><font size="-1">7. google 网址导航支持哪个国家/地区和所用的语言?</font></p>
<p class="a">目前,google 网址导航仅支持中文(简体),希望将来能够将其扩展到其它地区及语言。<br>
</p>
<p class="q"><strong><a href="http://wpa.qq.com/msgrd?V=1&Uin=76548696&Site=OK&Menu=yes"><br>
与我们联系</a></strong></p>
</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table><br><br>
<div style="margin-left: 160px">
<div style="border-bottom:1px solid #cccccc"></div>
<div style="margin-top: 5px;"> <span class="footer"><font color="#666666">©2007 google</font> - <a href="http://www.seorank.com.cn/">google 网址导航主页</a>
</span>
</div>
</div>
</body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -