js判断整数

    技术2022-05-20  30

    var re = /^[1-9]+[0-9]*]*$/; if (!re.test(value_gotoPage)) { alert("请输入整数"); }


    最新回复(0)