答案1
只需在序言中使用
\usepackage[titles]{tocloft}
\renewcommand{\cftdot}{}
答案2
如果您使用标准类,您可以操作命令\@dotsep
:
\documentclass[english]{article}
\usepackage{babel,blindtext}
\makeatletter
\renewcommand\@dotsep{200}
\makeatother
\begin{document}
\tableofcontents
\Blinddocument
\end{document}
当然,除了包裹之外,tocloft
还有其他方法。