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