【发布时间】:2011-06-30 03:45:22
【问题描述】:
我遇到了 isEqual 的问题:
代码:
if (currentAnchor isEqual:currentBusiness.getCllLocation))
{
do a;
}
else
{
do b;
}
currentanchor 和 currentbusiness.getCllocation 是位置
但如果它们相同,为什么要调用函数 b?我的代码有问题吗?
【问题讨论】:
标签: objective-c xcode iphone-4