\documentclass[conference, 12pt]{IEEEtran}
\usepackage{xeCJK}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\usepackage{cite}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pgfplotstable}
\usepackage{booktabs}
\usepackage{graphicx}
\graphicspath{ {images/} }
\begin{document}
\title{题目}
\author{\IEEEauthorblockN{作者}\IEEEauthorblockA{学号\\学院\\大学}}
\maketitle
\begin{abstract}
摘要
\end{abstract}
\section{Introduction}
引言\cite{sample1}
\section{Methodologies}
这里是一张图片
\\
\includegraphics[width=4cm,height=4cm]{avatar}
\\
this is a picture
\bibliographystyle{IEEEtran}
\bibliography{ieetutorial}
\end{document}