答案1
您确定要上标吗?
\documentclass{article}
\usepackage{blindtext}
\makeatletter
\def\@makefnmark{\raisebox{1ex}{\@textsuperscript{\normalfont\@thefnmark}}}
\makeatother
\begin{document}
\blindtext
\footnote{a footnote}
\blindtext
\end{document}
您确定要上标吗?
\documentclass{article}
\usepackage{blindtext}
\makeatletter
\def\@makefnmark{\raisebox{1ex}{\@textsuperscript{\normalfont\@thefnmark}}}
\makeatother
\begin{document}
\blindtext
\footnote{a footnote}
\blindtext
\end{document}