latex 默认从起始页编页码。 设置目录页为空页码,且从后 1开始编页码如下: \tableofcontents # 生成目录 \thispagestyle{empty} # 目录页不显示页码 \newpage \setcounter{page}{1} # 从下面开始编页码