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