Fork me on github
摘要: 阅读全文
posted @ 2016-04-21 16:50 Champion-水龙果 阅读(320) 评论(0) 推荐(0)
摘要: <html> <head> <title>js验证输入的金钱格式</title> <script type="text/javascript"> function moneyCheck(){ var isNum = /^\d+(\.\d+)?$/; var money = document.getE 阅读全文
posted @ 2016-04-21 10:09 Champion-水龙果 阅读(624) 评论(0) 推荐(0)
Champion-水龙果