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