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