XiaoRuby
2023-08-23 65a67490426dadcf62fc1bef3cb54dffa27d099d
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}