大西瓜

Results 17 comments of 大西瓜
trafficstars

是的 真机测试之前一定要验证下图片的链接是不是支持 https 有没有在小程序后台的downloadfile合法域名中, 可以这样验证问题: 加载本地图片测试一次, 然后再加载网络图片测试一次 就清楚了 PS: 真机打开调式或者真机调式模式 即使图片路径不在downloadfile合法域名也是可以的

If you use this plug-in in China, you must install Google Service (GMS). You can use TapTap to download the Google suite. If the installation is successful, you must restart...

` // 0代表相等,1代表version1大于version2,-1代表version1小于version2 ``` static int compareVersion(String version1, String version2) { if (Utils.isEmpty(version1) || Utils.isEmpty(version2)) { return 0; } if (version1 == version2) { return 0; } List v1Arr =...