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