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