2014年11月30日

Python 3.x 的一些注意事项

摘要: 1. reload 被更改 需要 在console执行 from imp import reload 才能调用CT 同时,如果py文件是位于主文件夹深部的位置,可以这么做: import ComicTest.ComicTest as CT reload(CT) 2. urllib2模块被... 阅读全文

posted @ 2014-11-30 04:24 norsd 阅读(149) 评论(0) 推荐(0)

导航