function testCase(name,tests){ for(var test in tests){ if(!/^test/.test(test)){ continue; } }} 这段代码里 !/^test/.test(test) 是什么意思? 查看完整描述