import matplotlib.animation as ma def update(number): pass # 每隔30毫秒,執行一次update ma.FuncAnimation( mp.gcf(), # 作用域當前窗體update, ...
確定! 回上一頁