答案1
作为起点:
\documentclass{article}
\usepackage[export]{adjustbox}% it also load graphicx
\begin{document}
\begin{figure}[ht]
\centering
\begin{tabular}{|c|c|c|}
\hline
text text
& \includegraphics[valign=c, margin=0pt 3pt 0pt 3pt]{example-image-duck}
& text \\
\hline
\end{tabular}
\end{figure}
\end{document}
笔记:请始终提供 MWE(最小工作示例),这是一份小而完整的文档,以 开头\documentclass
和结尾,\end{document}
重现您的问题。您不能指望那些愿意帮助您的人会重建您似乎已经编写的代码。