书目 bib 不起作用

书目 bib 不起作用
\documentclass[10pt, a4paper] {article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage [Symbol]{upgreek}
\usepackage{tikz}
\usepackage{booktabs}
\usepackage{listings} 
\usepackage{apacite}
\author{Bibliography}
\date{18 oktober 2019}
\title{Learn to work with LaTeX}


\begin{document}

pagenumbering{gobble}
\maketitle

\newpage

\tableofcontents

\newpage
\pagenumbering{arabic}

\newpage

\bibliography{bibliography}
\bibliographystyle{plain}

\cite{cameron_1999}
\cite{cohen_hachenberger_2000}


\end{document}

我为源文件创建了一个单独的 bib 文件。但我只得到如下所示的结果。我不明白我做错了什么。我按照在 youtube 上找到的说明操作。但我的源文件仍然看起来不正常。

为什么源之间没有空格,并且 (0, ) 代表什么意思?

在此处输入图片描述

删除 apacite 包后的结果

在此处输入图片描述

相关内容