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