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