setWindowTitle("QLineEdit的学习") self.resize(500,500) ... setText("复制") copy_btn.move(100,400) def copy_cao(): content=le_a.text() le_b.
確定! 回上一頁