【发布时间】:2015-07-17 12:03:31
【问题描述】:
[self logException:@"PO number check exception" withErrorCode:SYS_ERR_SALES_PO_NUMBER];
【问题讨论】:
标签: objective-c ios9
[self logException:@"PO number check exception" withErrorCode:SYS_ERR_SALES_PO_NUMBER];
【问题讨论】:
标签: objective-c ios9
写
int var1 = [yourstringvariable intValue];
或
int var1 = (int)yourstringvariable
希望对你有帮助。
【讨论】: