发信人: seanlei (阿愚), 信区: Programming
标 题: 说说goto吧
发信站: 水木社区 (Thu Oct 11 13:46:24 2012), 站内

很多产品每个方法里都有goto
如下:
int xxx()
{
trace(\"iiii\");
if ()
{
goto exit;
}
exit:
trace(\"ooo\");

}

--

※ 来源:·水木社区 newsmth.net·[FROM: 218.6.147.*]