摘要:
一. regular expressions 1. var customer = "Alan Turing 555-1212";var pattern = /(\w+) \w+ ([\d-]{8})/;pattern.test(customer); Since the pattern contained parentheses that created two subexpressions, \... 阅读全文
posted @ 2005-05-10 17:53
飞翔
阅读(530)
评论(0)
推荐(0)

浙公网安备 33010602011771号