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