yuyu
2023-08-24 cd17c45d39c727185b3c5ffb5a20e3dfac4dfb75
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}