taoshiyu

Results 4 comments of taoshiyu

前提是词序一定在dict.txt中,否则上面都是屁话。实际测试效果,如果分词法能找到,反向索引一定能找到,反之不然,一次反向索引搜索时间约2毫秒

request image resource use requests ```python import requests ```

can do like this,stupid but work ```python response = session.get(url, allow_redirects=False) while redirect_location := response.headers.get('Location'): response = session.get(redirect_location) ```