def home_page(i):
r.init(visual_automation=False)
r.url('https://www.morningstar.hk/hk/screener/fund.aspx#?filtersSelectedValue=%7B%22term%22:%22' + i + '%22%7D')
def home_page(i):
r.init(visual_automation=False)
r.url('https://www.morningstar.hk/hk/screener/fund.aspx#?filtersSelectedValue=%7B%22term%22:%22' + i + '%22%7D')
错误是提示找不到rpa_python了,这个代码没设好吧?还有一个报错是先调用url()才能调用init()
如果对你有帮助,可以点击我这个回答右上方的【采纳】按钮,给我个采纳吗,谢谢