谁知道如何在 windows mobile 7.5 中将数据存储到 txt 文件中?

发布于 2025-01-06 15:14:54 字数 122 浏览 0 评论 0原文

我只找到了将数据存储在独立存储中的方法,但我在手机中找不到该文件。据说手机关机后该文件将不存在。我只找到了在手机中存储图片的方法,但这是通过微软提供的API实现的。我找不到其他方法在我的手机中存储 txt 文件。紧急情况!请帮忙!

I only find the way to store data in isolatedstorage but I cannot find the file in my mobile. It is said the file will not exist when mobile is off. And I only find the way to store picture in mobile but this is achieved by API provided by microsoft. I cannot find other method to store txt file in my mobile. Emergency! Help, Please!

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

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

发布评论

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

评论(1

彡翼 2025-01-13 15:14:54

您必须打开一个IsolatedStorageFileStream 并声明您的文本文件。这很容易做到。检查此链接: http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile.createfile(v=vs.95).aspx

这里您可以了解有关isolatedStorage中文件的更多信息:
http://msdn。 microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile(v=vs.95).aspx

希望这有帮助。

You have to open an IsolatedStorageFileStream and declare your text file. This can be done easily. Check this link: http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile.createfile(v=vs.95).aspx

Here you can learn a bit more about files in IsolatedStorage:
http://msdn.microsoft.com/en-us/library/system.io.isolatedstorage.isolatedstoragefile(v=vs.95).aspx

hope this helps.

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