John Hao
Results
2
comments of
John Hao
可以尝试用chrom打开, def open_webbrowser(question): chrome_path = 'open -a /Applications/Google\ Chrome.app %s' url = "https://www.baidu.com/s?ie=UTF-8&wd=%s" % question webbrowser.get(chrome_path).open(url)
期望支持一下,现在mac m1 python 3.9上只能装1.0.16版本,差的太远了