Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:infopro_lib_utildata_titlethelist [2014/01/21 10:21] cheungzeecn created |
projs:clans:docs:infopro_lib_utildata_titlethelist [2014/01/21 10:23] (current) cheungzeecn |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Detail Information ===== | ===== Detail Information ===== | ||
| <code> | <code> | ||
| - | titleTheList( [[’name’, ‘id],[‘zhangzhi’, 123],[‘cheungzee’, 456]] ) , returns a list consists of two dicts: | + | titleTheList( [[’name’, ‘id],[‘zhangzhi’, 123],[‘cheungzee’, 456]] ) , |
| + | returns a list consists of two dicts: | ||
| [{’name’:’zhangzhi’, ‘id’:123}{’name’:’cheungzee’, ‘id’:456}] | [{’name’:’zhangzhi’, ‘id’:123}{’name’:’cheungzee’, ‘id’:456}] | ||
| + | |||
| </code> | </code> | ||
| ===== Changelog ===== | ===== Changelog ===== | ||
| newly built, 2012-01-21 | newly built, 2012-01-21 | ||