C
cheng
hi all..it a problem about dict:
print target, dict[target]
get output:
keyword
{page3.html, page2.html, page1.html}
is it some ways to change it to:
keyword
{page1.html, page2.html, page3.html}
print target, dict[target]
get output:
keyword
{page3.html, page2.html, page1.html}
is it some ways to change it to:
keyword
{page1.html, page2.html, page3.html}