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