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