进行iOS运行调试进出现这个错误,请前辈帮大致分析下出错原因!
libc++abi.dylib: terminating with uncaught exception of type std::out_of_range: basic_string
先感谢前辈了!
libc++abi.dylib: terminating with uncaught exception of type std::out_of_range: basic_string
先感谢前辈了!
解决方案
5
lib模式的没怎么接触过
5
字符串,为 null了吧
5
字符串出错了?
5
估计是字符串限定了长度 然后又超出了限制?
5
std::out_of_range: basic_string
5
std::out_of_range: basic_string
5
你怎么用的,用了什么函数?
2
越界。有可能你调用了 length,但是对象为 Null
2
1
说是下标越界,但是具体的就看不出了。