如何在第 3 列和第 4 列之间以及第 2 列和第 3 列之间绘制垂直线?我使用了长表和 \multirow 并将文本包装成表内,但我不知道如何在列之间画线?代码的错误结果在这里: https ://ibb.co/cQfVs1w
\begin{longtable}[H] {|p{2cm}|p{2.8cm}|p{2.8cm}|p{2.8cm}|}
% table caption is above the table
\caption{xxx}
\label{tab:2} % Give a unique label
% For LaTeX tables use
%\begin{tabular}{|p{2cm}|p{2.8cm}|p{2.8cm}|p{2.8cm}|}
\\
\hline\noalign{\smallskip}
Reference & Description & Advantages & Limitations \\
\noalign{\smallskip}\hline\noalign{\smallskip}
xx & xx & {\multirow{3}{*}{\parbox{2.8cm} {1.xxx\\
2. xxxx\\
3. xxx \\
4. xxx \\
5. xxx\\
6. xxxx\\
7. xxxx\\
}}}
& {\multirow{3}{*}{\parbox{2.8cm}{ 1. xxx\\
2. xxx\\
3. xxx\\
4. xxx\\
}}}\\
xx [18] & xxx & & \\
xx [6] & xxx & & \\
\\
\\
\\
\\
\noalign{\smallskip}\hline
%\end{tabular}
\end{longtable}