if (is_sticky()) { echo '置顶'; } else if (has_tag('1')) { echo '中国'; } else if (has_tag('2')) { echo '美国'; } else if (has_tag('3')) ...
確定! 回上一頁