以下代码:
\documentclass[12pt]{article}
\begin{document}
\begin{table}[t]
\centering
\begin{tabular}{c|cccccccc}
\hline
id & \multicolumn{4}{c|}{Col1} & \multicolumn{4}{c}{Col2}\\
& 0.5 & 1.0 & 3.0 & 5.0 & 0.1 & 0.5 & 1.0 & 3.0 \\
\hline
$1$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
$2$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
$3$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
$4$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
$5$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
$6$ & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 & 0.5 \\
\hline
\end{tabular}
\end{table}
\end{document}
生成如下表:
我需要让垂直线也延伸到第二行并停在那里。
我怎样才能做到这一点?
答案1
正如你在上面所做的那样:
代替
5.0
经过
\multicolumn{1}{c|}{5.0}