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