Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用python和pyqt4开发了一个浏览器,但我不知道我在loaderror中放了什么
try: self.webView.load(QtCore.QUrl(self.lineEdit.text())) except loaderreur: self.webView.load(QtCore.QUrl('erreur.html'))
当页面不存在时
尝试加载您选择的浏览器,看看当给定一个不存在的页面时它们会做什么。
您可能想模仿这种行为(通用 404 页面)。