在 .txt 文件中放入一些内容

发布于 2024-10-22 12:05:17 字数 148 浏览 5 评论 0原文

我(终于)设法通过 ftp 将 txt 文件发送到我的服务器!耶!

目前它是一个空的 .txt 文件。我的问题是 - 如何将某些内容放入该 .txt 文件中。我可以从 UITextFields 存储 NSStrings,但如何将它们放入文件中?

谢谢

I have (finally) managed to send a txt file via ftp to my server! YAY!

It is an empty .txt file at the moment. My question is - How do I put something in that .txt file. I can store NSStrings from UITextFields, but how do i put them strings in the file?

Thanks

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

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

发布评论

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

评论(2

顾北清歌寒 2024-10-29 12:05:17

我认为你可以使用 writeToFile: 方法。也许这可能有帮助。

将字符串写入文件时出现问题...(iPhone SDK)

I think you can use writeToFile: method. Perhaps this may help.

Problem writing string to a file ...(iPhone SDK )

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