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