提交 d13cb1c4 编写于 作者: W wizardforcel

2019-11-22 16:59:15

上级 368d803b
......@@ -14,11 +14,11 @@
## Python 2.7 版本:
| 功能 | 参量 | 目的 |
| 函数 | 参数 | 目的 |
| --- | --- | --- |
| .askopenfilename | 目录,标题,扩展名 | 要**打开**文件:要求选择现有文件的对话框。 |
| .asksaveas 文件名 | 目录,标题,扩展名) | 要**保存**文件:要求创建或替换文件的对话框。 |
| .ask 目录 | 没有 | 到**打开目录** |
| `.askopenfilename` | 目录,标题,扩展名 | **打开**文件:要求选择现有文件的对话框。 |
| `.asksaveasfilename` | 目录,标题,扩展名 | **保存**文件:要求创建或替换文件的对话框。 |
| `.askdirectory` | 没有 | **打开目录** |
```py
from Tkinter import *from Tkinter import *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册