为公司写一个系统里面包含了汇率,比如6.812,6.81 浮点型, 我不知道怎么写这个正则表达式: [code="java"] {xtype:'textfield', name:'exchangeRate', vtype:??? } [/code] 谢谢!
收起
^\d+.\d+$
报告相同问题?