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