\infoauthor{姓名}{学号}
\infoexp{课程类型}{实验名称}
\begin{minted}[frame=lines]{sh}
public class Main(){
static void main(String[] args){
.....
}
}
\end{minted}
\documentclass{ml}
\infoauthor{姓名}{学号}
\infoexp{课程类型}{实验名称}
\begin{document}
\maketitle
\tableofcontents
\newpage
\input{Chapter/第1章} % 载入章节
\section{实验过程}
\end{document}