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