js正则表达式,求解!<input id="money" type="text" /> 此文本框只能输入正整数!整个代码[解决办法]var r = /^\+?[1-9][0-9]*$/;r.test(输入的字符串);