bug
value
2023-08-28 495decf53f8574f618ac70454dbdd581431b96de
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}