Daneel

Results 6 comments of Daneel

Window 11 professional, I met this issue today....and the suggested patch works like a charm! Many thanks. I just wonder why the patch is not merged into the master while...

确实,我现在都是 cli 创建项目的方式然后用 vscode 开发(小程序可以不用 HBuilderX,但是目前要开发 app 了,要用到 HBuilderX 云打包的功能,不知道会不会遇到什么问题)

按照 [Python 3: UnboundLocalError: local variable referenced before assignment [duplicate]](https://stackoverflow.com/questions/10851906/python-3-unboundlocalerror-local-variable-referenced-before-assignment) 中的提示,,我在**getimageinfo.py**文件中 的 *def getImageInfo(data):*下面添加了一句*global w,h*, 就解决了这个问题 :ghost::ghost::ghost: