使用場(chǎng)景:
文章列表有分頁(yè)的情況下,頭部title顯示當(dāng)前頁(yè)面頁(yè)碼。
前提條件:
文章列表已調(diào)用分頁(yè)標(biāo)簽。
參考教程:http://xkzzvc.cn/a/1731.html
解決辦法:
調(diào)用標(biāo)簽--{page}第[value:page/]頁(yè){/page}
操作流程:
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<meta name="applicable-device"content="pc,mobile">
<title>{tdk name="title"/}_{page}第[value:page/]頁(yè){/page} </title>
<meta name="keywords" content="{tdk name="keywords"/}" />
<meta name="description" content="{tdk name="description"/}" />
<link rel="stylesheet" type="text/css" href="{var name="tplurl"/}css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{var name="tplurl"/}css/style.css" />
<link rel="shortcut icon" href="{config name="cfg_ico"/}">
</head>
效果如圖所示:
注:此標(biāo)簽要寫到列表頁(yè)上,不能做引入文件,否則,無(wú)效。