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