答案1
这对你来说是一个开始吗:
\documentclass{scrartcl}
\usepackage{makecell}
\usepackage{multirow}
\begin{document}
\begin{table}
\centering
\begin{tabular}{|ccccccc|}
\hline
\multicolumn{7}{|c|}{Error}\\
\hline
&
\multicolumn{5}{c}{DIRK(5,5)}\\
\hline
\diaghead(-2,1){|ccccccc|}%
{g}{h}&
0.1&& 0.01& 0.001& 0.0001& 0.00001\\
\hline
1 && 0 & 0 & 0 & 0\ & 0\\
10 && 0 & 0 & 0 & 0\ & 0\\
100 && 0 & 0 & 0 & 0\ & 0\\
1000 && 0 & 0 & 0 & 0\ & 0\\
10000 && 0 & 0 & 0 & 0\ & 0\\
\hline
\hline
&
\multicolumn{5}{c}{DIRK(9,7)}\\
\hline
\diaghead(-2,1){|ccccccc|}%
{g}{h}&
0.1&& 0.01& 0.001& 0.0001& 0.00001\\
\hline
1 && 0 & 0 & 0 & 0\ & 0\\
10 && 0 & 0 & 0 & 0\ & 0\\
100 && 0 & 0 & 0 & 0\ & 0\\
1000 && 0 & 0 & 0 & 0\ & 0\\
\hline
\end{tabular}
\end{table}
\end{document}