yuyu
2023-08-23 bd059ca9afcd5577664d17ca690149bde17602e2
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}