scipy.optimize.RootResults. popitem# RootResults.popitem(/)# 删除并返回一个 (键, 值) 对,作为 2 元组。 对按 LIFO(后进先出)顺序返回。 如果字典为空,则引发 KeyError。