input输入框只能输入11位数字
<input type="number" oninput="if(value.length>11)value=value.slice(0,11)" />
原文:https://www.cnblogs.com/zaco/p/13372786.html