\ctexset{section={
name={第,章},
number=\arabic{section},
}
}
\usepackage{fancyhdr}
\fancyhf{}
\lhead{\textnormal{\kaishu\rightmark}}
%\rhead{ }如何设置才能在右上角页眉处显示 subsection的名称呢?
\pagestyle{CTEXthesubsection}
%sectionmark的重定义需要在\pagestyle之后生效
\renewcommand\sectionmark[1]{%
\markright{\CTEXthesection:#1}}
%=====正文开始=====
\begin{document}
\section{Test1}
\subsubsection{Test1.1}
\section{Test2}
\end{document}