html输入字段应仅允许数字,仅限2到50之间

时间:2018-05-21 19:02:59

标签: regex html5

我的HTML输入字段应该只允许2到50之间的数字,我的html代码在下面,它仍然允许我输入无限数字。任何帮助将不胜感激。

from bitcoinlib.keys import HDKey

passphrase = 'average title retreat fox hundred wife figure disease dry admit choice volcano'
hdkey = HDKey().from_passphrase(passphrase)
print(hdkey.subkey_for_path("m/44'/0'/0'/0").wif())

0 个答案:

没有答案