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