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