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