# 路径测试.py

 1 # 路径测试.py
 2 import easygui 
 3 from easygui import *
 4 
 5 msg = "Pick the directory that you wish to open."
 6 title = "Demo of diropenbox"
 7 # help(easygui.ccbox)
 8 
 9 easygui.msgbox(msg, title=title, image='/aa/msn.ico')
10 easygui.msgbox(msg, title=title, image='./aa/fox.ico')
11 easygui.msgbox(msg, title=title, image='../aa/b.ico')

 

posted @ 2024-12-17 16:46  nxhujiee  阅读(6)  评论(0)    收藏  举报