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