码迷,mamicode.com
首页 > 其他好文 > 详细

菜单栏实现

时间:2017-10-16 21:49:40      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:return   child   uil   pre   turn   nbsp   not   菜单栏   build   

<div class="item">
<div class="title">服务器</div>
<div class="body"><a href=/ram.html>内存</a><a href=/host.html>主机</a></div>
</div>

 

 

for item in mn_list:
if item[‘url‘]:
html += tpl2.format(item[‘url‘],item[‘title‘])
else:
if not item[‘childrens‘]:
html +=tpl1.format(item[‘title‘],"")
else:
html +=tpl1.format(item[‘title‘], build_menu_tree(item[‘childrens‘]))
return html

菜单栏实现

标签:return   child   uil   pre   turn   nbsp   not   菜单栏   build   

原文地址:http://www.cnblogs.com/tiantao36/p/7678436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!