HTML
Alan_ZhQ
哇咔咔!We are young!
展开
-
限制input框只能输入6位数字,其他字符均不可输入
<input type="text" maxlength="6" onkeyup="value=value.replace(/[^\d\.]/g,'')" />原创 2019-03-28 17:13:22 · 15015 阅读 · 2 评论 -
Table 宽度超出页面宽度时,出现滚动条,单元格内容不换行实现
<div style='overflow:auto'> <table style='white-space: nowrap'> </table></div>原创 2019-04-18 14:10:37 · 16938 阅读 · 0 评论