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