html = " "+html html = html + "" messages = result.messages fs = open('index.html', 'w') fs.write("%s"% html) fs.close() ...
確定! 回上一頁