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