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