• 2021-04-14
    API函数( )用于删除本地缓存文件。
  • wx.removeSavedFile(Object object)

    内容

    • 0

      中国大学MOOC: API函数( )用于从本地缓存中同步清除所有数据。

    • 1

      中国大学MOOC: API函数( )用于从本地缓存中同步获取指定 key 的内容。

    • 2

      中国大学MOOC: API函数( )用于将数据同步存储在本地缓存指定的 key 中。

    • 3

      中国大学MOOC: API函数( )用于从本地缓存中同步移除指定 key对应的数据。

    • 4

      API函数( )用于删除本地文件。 A: wx.saveFile(Object object) B: wx.removeSavedFile(Object object) C: wx.getSavedFileInfo(Object object) D: wx.getSavedFileList(Object object)