@pyqtSlot() def on_pushButton_clicked(self): response = requests.get(self.lineEdit.text())#使用requests库进行网络请求获取内容 image1 ...
確定! 回上一頁