对python的手册真的很无语
python3.3手册HTMLParser一节居然没写支持 unescape(),只列在SAX一节
还是google到别人这样用才晓得
灰常有用的函数啊
[解决办法]
这个。。。去加盟python.org好了。
[解决办法]
有一个很有名的blog,弄了个专题叫PyMOTW: Python Module of the Week
http://www.doughellmann.com/PyMOTW/
[解决办法]
ZipFile.infolist()
Return a list containing a ZipInfo object for each member of the archive. The objects are in the same order as their entries in the actual ZIP file on disk if an existing archive was opened.
ZipFile.namelist()
Return a list of archive members by name.
貌似应该是打开的zipfile对象函数