lzb1001 发表于 2022-5-18 15:49:13

在哪里查帮助文档可以查到PhotoImage用法?

本帖最后由 lzb1001 于 2022-5-18 16:09 编辑

学些tkinter时,看到:PhotoImage

photo = PhotoImage(file='d:\\work\\123.gif')

还有比如:image_create      window_create

text.image_create(END, image=photo)

text.window_create(INSERT, window=b1)

想要了解它们的用法,但在python帮助文档里查不到,要去哪里查?最好有中文版的

豆嘉木 发表于 2022-5-18 15:58:32

PhotoImagePhotoImagePhotoImagePhotoImage
最佳答案谢了{:10_256:}

lzb1001 发表于 2022-5-18 16:07:56

豆嘉木 发表于 2022-5-18 15:58
PhotoImagePhotoImagePhotoImagePhotoImage
最佳答案谢了

打不开哦

Twilight6 发表于 2022-5-18 16:16:23



参考参考官方文档呗:

https://docs.python.org/zh-cn/3/library/tk.html#:~:text=tkinter%20%E5%8C%85%E6%98%AF%E4%BD%BF%E7%94%A8%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E6%96%B9%E5%BC%8F%E5%AF%B9%20Tcl%2FTk%20%E8%BF%9B%E8%A1%8C%E7%9A%84%E4%B8%80%E5%B1%82%E8%96%84%E5%8C%85%E8%A3%85%E3%80%82%20%E4%BD%BF%E7%94%A8%20tkinter%20%EF%BC%8C%E4%BD%A0%E4%B8%8D%E9%9C%80%E8%A6%81%E5%86%99%20Tcl,Tcl%20%E6%96%87%E6%A1%A3%E3%80%82%20tkinter%20%E6%98%AF%E4%B8%80%E7%BB%84%E5%8C%85%E8%A3%85%E5%99%A8%EF%BC%8C%E5%AE%83%E5%B0%86%20Tk%20%E7%9A%84%E5%8F%AF%E8%A7%86%E5%8C%96%E9%83%A8%E4%BB%B6%E5%AE%9E%E7%8E%B0%E4%B8%BA%E7%9B%B8%E5%BA%94%E7%9A%84%20Python%20%E7%B1%BB%E3%80%
页: [1]
查看完整版本: 在哪里查帮助文档可以查到PhotoImage用法?