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