featheraaa
Results
3
issues of
featheraaa
请指教
on system : winodws7 x64 from ghost import Ghost ghost = Ghost() with ghost.start() as session: page, extra_resources = session.open("http://www.baidu.com") ``` session.exit() # here : pythonw.exe stop working ``` why?...