显示数组时的 iphone NSLog

发布于 2024-09-09 18:51:19 字数 221 浏览 6 评论 0原文

首先,当我使用 nslog 记录数组的内容时,为什么数组中的某些对象(所有字符串)带有引号,而有些则没有?

日志将如下所示:

"Item 1",
"item 2",
item3,
"item4"

这导致了问题的第二部分...

有问题的数组被用作 tableView 的数据源,并且只有表视图中显示的唯一对象是不带引号的对象标记。

First when I am using nslog to log the contents of an array, why is it that some of the objects in the array (all strings) have quotation marks around them and some dont?

The log will look like:

"Item 1",
"item 2",
item3,
"item4"

This leads to my second part of the question...

The array in question is being used as a dataSource for a tableView, and only the only object that is showing up in the table view is the one without quotation marks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福不弃 2024-09-16 18:51:20

Item3 不包含空格,因此不需要引号。

Item3 doesn't contain a space and therefore doesn't require quotes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文