我的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())