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