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