问题描述 \label 要放在 \caption 下一行,否则会引用错误 \begin{algorithm}[htbp] \label{algorithm} \caption{xxx} 原因分析: 未知 解决方案: \label 要放在 \caption 下一行,否则会引用错误 \begin{algorithm}[htbp] \caption{xxx} \label{algorithm}