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