摘要: function checkNumber5 (inputValue, numbers){ if (inputValue.indexOf(".") == -1) { if (inputValue.length > numbers) { inputValue = inputValue.substr(0, 阅读全文
posted @ 2021-06-24 15:40 未几 阅读(501) 评论(0) 推荐(0)