自定义列表页,不是一般的栏目列表
<?php if($page==1 || $page==0): ?> <link rel="alternate" media="only screen and (max-width:640px)" href="域名/c/index.html"> <?php else: ?> <!-- 第2页及以后 --> <link rel="alternate" media="only screen and (max-width:640px)" href="域名/c/index_[!--page--].html"> <?php endif; ?>
[!--pagelink--]也不行啊
|