int a=0;
int b=0;
a+=2;
b=+2;
NSLog(@"detailLabSize---%f--%d--%d",detailLabSize.height,a,b);
detailLabSize---31.027344--2--2 结果一样
本文标题:+= =+
本文链接:https://www.haomeiwen.com/subject/tgpzittx.html
网友评论