一路C#面试题

一道C#面试题while(ture){}, for(){} , do{}while(10) 这三者之中那个的性能最好,为什么?[解决办法]说

一道C#面试题
while(ture){}, for(;;){} , do{}while(1>0) 这三者之中那个的性能最好,为什么?
[解决办法]
说实话,个人觉得这种题很蛋疼,各自有各自的适用场景