See my picture.

Also I want to add a space between the number and note. Besides writing \endnote{ hello}, are there any formal way?
This is my source code.
\documentclass{article}
\usepackage{endnotes}
\renewcommand{\notesname}{References}
\renewcommand{\theendnote}{[\arabic{endnote}]}
\begin{document}
\section{Introduction}
As traffic in Macao is a problem\endnote{ hello}, we want to do the project to find out the relationship of traffic among different sites\endnote{world}.
\theendnotes
other references...
\end{document}

\@makeentext{<note>}. Unfortunately, this macro is neither defined nor used in the actual style file. – Sean Allred Feb 26 '13 at 13:54