摘要: Expression: ^([0-5]?\d?\d?\d?\d|6[0-4]\d\d\d|65[0-4]\d\d|655[0-2]\d|6553[0-5])$ Description: match for 0 - 65535 Matches: [0], [65535], [59999] [ More Details] Non-Matches: [123456], [69999... 阅读全文
posted @ 2004-09-15 17:10 可乐加冰 阅读(346) 评论(0) 推荐(0)