答案1
像这样的事情会做你想做的事:
\documentclass{article}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
allcolors=blue
}
\begin{document}
{\hypersetup{hidelinks}
\tableofcontents
}
\section{Section heading}
\label{sec}
Filler text.
\section{Another section heading}
\label{anothersec}
Filler text. §\ref{sec}. Filler text. §\ref{anothersec}.
\end{document}