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