答案1
答案2
只是為了展示\multicolumn
.
\documentclass{article}
\begin{document}
\begin{tabular}{|*{6}{c|}*{3}{l|}}
\hline
\multicolumn{1}{c}{1} & \multicolumn{1}{c}{2} & \multicolumn{1}{c}{3} & \multicolumn{1}{c}{4} & \multicolumn{1}{c}{5} &
\multicolumn{1}{c}{6} & 7 & 8 & 9 \tabularnewline
\hline
Vector Indicator & & & & & & & & \tabularnewline
\end{tabular}
\end{document}
筆記
我根本不推薦這種桌子佈局!