__block CGFloat num = 0;
num += 3.f
上面的結果在 debug 中是 3 , 在release 中是一長串.............不要問我怎么知道的
同時推薦以下文章:http://blog.csdn.net/piratest/article/details/38542035
__block CGFloat num = 0;
num += 3.f
上面的結果在 debug 中是 3 , 在release 中是一長串.............不要問我怎么知道的
同時推薦以下文章:http://blog.csdn.net/piratest/article/details/38542035