\documentclass{article}
\usepackage{times}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{207.0pt}
\makeatletter
\renewcommand\@seccntformat[1]{\fbox {\csname the#1\endcsname}\hspace{0.5em}}
\makeatother
\begin{document}
\section{This is correct}\label{sec:OK}
Referencing a section using this
definition generates the correct result
for the section reference~\ref{sec:OK}.
\end{document}
效果图: