我想在Python中使用PhantomJS.我搜索了这个问题,但找不到合适的解决方案.
我发现os.popen() 可能是个不错的选择.但我无法传递一些论据.
os.popen()
使用subprocess.Popen()可能是目前适当的解决方案.我想知道是否有更好的解决方案.
subprocess.Popen()
有没有办法在Python中使用PhantomJS?
python phantomjs
phantomjs ×1
python ×1