f = codecs.open( "html/report.html", "w", "utf-8" )f.write(tmpl.render( result )) f.close()
附上转载地址:http://liangzhijian.iteye.com/blog/1013264