你已经接近成功了,这里是一个可行的例子:from google.colab import files#save any file on the colab workspaceplt.savefig("abc.png")#then download the saved file to your local systemfiles.download("abc.png")check out this example (but it's with a text file):Google Colaboratorycolab.research.google.com