更多“Files can be lost or destroyed accidentally. Keep(74) copies of all data on removable stor ”相关问题
  • 第1题:

    The city has done away with all the factories in its centre.

    A:got rid of
    B:set up
    C:built
    D:destroyed

    答案:A
    解析:
    城市取缔了市中心所有的工厂。get rid of“消除”,如:get rid of prejudice in people消除人的偏见。set up“建立”,如:set up a school成立学校。build“修建”,如:build a bridge修建一座桥。destroy“破坏”。

  • 第2题:

    在Activity中使用【 】方法可以打开/data/data/包名/files/a.txt文件的输出流对象。


    openFileOutput

  • 第3题:

    【单选题】Android中把数据存储到SD卡对应的目录是()

    A./data/data/包名/files/

    B./mnt/sdcard/files/

    C./mnt/sdcard

    D.任意路径


    mnt/sdcard

  • 第4题:

    【单选题】使用文件存储数据时,文件存储在软件的()目录下。

    A./data/data/包名/files/

    B./data/data//files/

    C.mnt/sdcard/包名/files/

    D.任意路径


    D

  • 第5题:

    Activity中,可以使用 方法可以打开/data/data/包名/files/a.txt文件的输出流对象。


    openFileOutput()