MYYA
<table border="1" cellpadding="3" height="10" width="60%" ><tr><th>name</th><th>address</th><th>state</th><th>operation</th></tr>{% for key in d %}{% for value in d[key] %}<tr><td>{{ value }}</td></tr>{% endfor %}{% endfor %}向html页面传一个字典~