wx.openDocument添加个fileName参数是否会更好?
RT. 在实际使用wx.openDocument过程中,会出现文件保存时文件名称做过hash处理,导致文件名是一串没有意义的字符串,但wx.openDocument打开文件时会把url最后的文件名拿来当navigationBarTitleText,对于用户来说很不友好。如图所示。 [图片] 综上,wx.openDocument添加一个属性fileName: string用来设置显示的navigationBarTitleText就显得友好些。 余不一一。