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