output = data.frame(nodeID = 0,Weight = 0,seq = 0)        #建立空的输出序列
output = output[-1,]                                      #清空数据

更多推荐