setPlaceholderText("字母或者數字") # 整數校驗器 intValidator = QIntValidator(self) intValidator.setRange(1, 99) # 浮點校驗器小數點後兩位 ...
確定! 回上一頁