var testReg = /^windows (?=95)95$/var testStr = 'windows 95'这样match出的结果是: windows 95但如果 testStr = 'windows 9595'这样match出的结果 null这是为什么?? 查看完整描述