export function test(){ for (let index = 0; index < 100; index++) { console.log("子线程"+index); } }