#coding:utf-8 import webbrowser #命名生成的html GEN_HTML = "test.html" #打开文件,准备写入f = open(GEN_HTML,'w') #准备相关变量str1 = 'my name is ...
確定! 回上一頁