在代码中
while(true)
{
this.rv1 = pdata.ReadString();
this.rv2 = pdata.ReadLong();
if(false)
{
continue;
}
break;
}
为什么if(false)
无限执行,而其他语言如python的if False: Do.Something()
从不执行?
我没有写下有问题的代码,但是如果没有能够阅读它我就无法继续 - 而且我不是AS3专业人士!