我有一个刮刀刮一个网站(写在
python).在刮取网站时,打印要用CSV写入的行. Scraper已经用
Python编写,现在我想通过PHP代码执行.我的问题是
@H_404_12@how can I print each line which is getting printed by python code.
我使用了exec函数,但是在执行所有程序之后,它不是我的用法,而是给出输出.所以;
Is it possible to get python output printed while it is getting executed via PHP.