摘要: RuanYu.Utility.check_USATelephone = function(e,obj){ // -*- restult ###-###-### -*- obj.maxLength = 11; // telephone : ^d. | - obj.value = obj.value.replace(/[^d.|-]/g,''); ... 阅读全文
posted @ 2007-08-29 14:42 Yoshow 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 信用卡校验算法LUHN 其实信用卡号码有算法的保证对错的,首先 卡种类 前缀 长度 检查算法 MC 51-55 16 LUHN VISA 4 13、16 LUHN AMEX 34、37 15 ... 阅读全文
posted @ 2007-08-29 14:41 Yoshow 阅读(750) 评论(0) 推荐(0) 编辑