如何修改开发窗口的内容
如图,想要修改这里的内容,需要在代码中加些什么呢? 本帖最后由 凌九霄 于 2018-6-27 19:35 编辑import os
os.system("title=你的标题")
import os
os.popen('title=你的标题')
DOS 命令而已
title命令:title+标题
实例 title 你想要修改的标题
嵌套到C语言包含库文件#include <windows.h>
system("title 哈哈");
比如这样 system("ping 127.0.0.1>重定向输出结果.txt & 重定向输出结果.txt");
页:
[1]