function testCase(name,tests){ for(var test in tests){ if(!/^test/.test(test)){ continue; } }}
这段代码里 !/^test/.test(test) 是什么意思?
添加回答
举报
0/150
提交
取消