如何显示一定时间后自动关闭 2018-07-16 本文已影响27人 yalesaleng 请勿使用plt.show() 而改用为: plt.ion() ... plt.pause(15) #显示秒数 plt.close()