如何在android中使用指针和文本文件?
How to use of pointer and text file in android?
我想在 android 应用程序中读取文本文件,但我不知道!
请帮助我可以在文本文件中读写。我想在我的代码中使用指针,但我不知道它的语法和步骤如何。
请帮我。
谢谢你。
有办法访问对象引用,没有办法访问内存引用
如果您的 class 没有扩展 Activity,则使用
context.openFileInput()
和
context.openFileOutput()
我想在 android 应用程序中读取文本文件,但我不知道! 请帮助我可以在文本文件中读写。我想在我的代码中使用指针,但我不知道它的语法和步骤如何。 请帮我。 谢谢你。
有办法访问对象引用,没有办法访问内存引用 如果您的 class 没有扩展 Activity,则使用
context.openFileInput()
和
context.openFileOutput()