忘记导包了
bash
\usepackage{graphicx}
其中Photo是图片名字
bash
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{Photo.png}
\caption{Enter Caption}
\label{fig:enter-label}
\end{figure}