用的是按键精灵
实测,在夜神模拟器,雷电模拟器 可以正常上传.但是在安卓手机或者其他模拟器下面,返回值为null下付代码和上传调试结果
//逍遥模拟器
Function 截图上传()
Dim 路径 = "/sdcard/Pictures/QQ.png"
返回值 = yu.bbyuploadfile(百宝云Token, 路径)
TracePrint 返回值
End Function
//雷电模拟器
Function 截图上传()
Dim 路径 = GetSdcardDir() & "/Pictures/QQ.png"
返回值 = yu.bbyuploadfile(百宝云Token, 路径)
TracePrint 返回值
End Function