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