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