尝试将字符串写入 HTML 文件,但在第三行“pagetitle”上出现语法错误。我怎样才能正确导出这个?python新手,我的笔记没有帮助。
用 Python 编写,导出为 HTML。
def paragraph_function(filename, pagetitle, textbody):
output_file = file(filename)
output_file.write('<html><head><title>'pagetitle'</title></head>')