zouyu
2023-09-04 2631ca1e0a9ddefc5292598b7f9ef2a31c7af29a
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}