python2.7.8在IDLE for mac下运行的问题


请输入图片描述

并没有执行操作,只是返回了几个值,但是我在MAC上的终端执行了同样的代码,操作执行了。

python macosx

buluo 10 years, 3 months ago

在Mac下, /Applications/Firefox.app 只是个目录,真正的可执行文件是 /Applications/Firefox.app/Contents/MacOS/Firefox
第二个失败的原因是很显然滴,你把URL写错了,不是 http/baidu.com ,而是 http://baidu.com

萌D放射線 answered 10 years, 3 months ago

Your Answer