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