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