在群里我已经发了截图给你说明了,如果非要解决的话,可以这样
```tex
\documentclass{article}
\usepackage[table]{xcolor}
\usepackage{multirow}
\usepackage{makecell}
\usepackage{array}
\begin{document}
\rowcolors[\Xhline{0.2pt}]{1}{yellow}{yellow}
\begin{tabular}{|c|c|c|c|>{\scriptsize}m{6cm}|}
& \multicolumn{2}{c|}{\thead{Is this person \\interested \\in the news?}} & \multirowthead{-2}{Where does he/she get \\most of the news \\(online, TV, etc.)?} & \multirow{2}*{\makecell{What does he/she think?\\(Write the person's name on all the responses.)}}\\
&Yes & No & & \\
\end{tabular}
\end{document}
```tex
一周热门 更多>