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