解決方法
打開根目錄下面的tags.php文件
找到
$tag = trim($_SERVER[‘QUERY_STRING’]);
改成
$tag = strtolower(trim($_SERVER[‘QUERY_STRING’]));