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