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