问题描述
当我使用这个片段时:
Local $oTask = $oHttp.DownloadBdAsync("https://.............pl/..........",$oBinData)
ConsoleWrite($oHttp.LastErrorText)
我收到此错误:
ChilkatLog:
ActiveXError:
DllDate: Sep 28 2020
ChilkatVersion: 9.5.0.84
UnlockPrefix: ************
Architecture: Little Endian; 32-bit
Language: ActiveX
VerboseLogging: 0
Cannot get ActiveX Interface
--ActiveXError
--ChilkatLog
为什么会出现这个错误?
顺便说一句。
Local $iSuccess = $oHttp.DownloadBd("https://.............pl/..........",$oBinData)
ConsoleWrite($oHttp.LastErrorText)
工作正常
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)