# 路径测试.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')