加载模板template = env.get_template( '模板.html' ) # template.stream(body).dump('result.html', 'utf-8') with open ( "result.html" , 'w' ) as ...
確定! 回上一頁