答案1
您可以\cvitemwithcomment
按照以下示例所示使用命令:
\documentclass{moderncv}
\name{firstname}{lastname}
\moderncvstyle{casual}
\moderncvcolor{blue}
\begin{document}
\makecvtitle
\section{Skills}
\cvitemwithcomment{Languages}{English}{Intermediate}
\cvitemwithcomment{Programming}{VBA for Excel, MATLAB, Python, C++ }{Basic}
\cvitemwithcomment{}{\LaTeX , C, R, Office, Bloomberg }{Intermediate}
\end{document}