收藏
回答

开发工具调试器太容易卡了?

操作系统:win7系统

微信开发者工具版本:

部分代码如下:v1.02

 wx.getFileSystemManager().readFile({

            filePath:tmpFilePath,

            encoding:"utf-8",

            success:res=>{

              console.log(res.data);//在这里下了个断点

            },

            fail:console.error

          });

调试一直卡着,文件大小3M多



回答关注问题邀请回答
收藏

2 个回答

  • RedHood
    RedHood
    2020-02-25

    有代码片段不?(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2020-02-25
    有用
    回复
  • 是小白啊
    是小白啊
    2020-02-22

    使用其他的会吗?

    2020-02-22
    有用
    回复 3
登录 后发表内容
问题标签