普里姆生成树函数中,从可选边集合中找出最小的边算法实现时,把nodeVec.push_back(nextNodeIndex);写成edgeVec.push_back(nextNodeIndex); 为什么没报错????求解 查看完整描述