ANXIETIER
ANXIETIER
我在Window.__init__()中把加载网页那一行换成 ```python self.webView2.load(QUrl('https://www.google.com/recaptcha/api2/demo')) ``` 这是加载reCaptcha的demo网页,当我注释掉下面 ```python profile2 = QWebEngineProfile('storage2', self.webView2) profile2.setPersistentStoragePath('Tmp/Storage2') print(profile2.cookieStore()) page2 = QWebEnginePage(profile2, self.webView2) self.webView2.setPage(page2) ``` 以后,可以正常加载,但我想保留这部分,有解决方案吗
At line 1164 in file epub.py, if link inculdes separator as '/', code* `os.path.relpath(item.href, nav_dir_name)` of `a = etree.SubElement(li, 'a', {'href': os.path.relpath(item.href, nav_dir_name)})` returns link string with separator '\\' which...