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