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