pythontkinter的entry控件?
使用正則判斷,如果用戶輸入的是非數字符號則印發錯誤,輸出錯誤信息,
import re
if not re.findall('[0-9]+',str(x)):
raise SystemError("只能輸入數字")
下一篇class怎么調用
pythontkinter的entry控件?
使用正則判斷,如果用戶輸入的是非數字符號則印發錯誤,輸出錯誤信息,
import re
if not re.findall('[0-9]+',str(x)):
raise SystemError("只能輸入數字")