gpt4 book ai didi

iphone - 字符串到整数的转换

转载 作者:太空狗 更新时间:2023-10-30 03:59:14 26 4
gpt4 key购买 nike

我想在 objective-c 中将 nsstring 转换为 integer谁能帮我解决这个问题。

最佳答案

试试这个可能对你有用:

NSString *str = @"42";
int x = [str intValue];

关于iphone - 字符串到整数的转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3116740/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com