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