当我尝试使用QWebChannel将基于QObject的子类的实例发送到html客户端时,出现以下错误:
JSON消息对象缺少id属性:{ “类型”:3 }
服务器 - 客户端连接本身成功,只有对象无法发送。可能有人都知道答案吗?
在运行Qt服务器后,使用Qt WebChannel Standalone Example重现并在网络浏览器中加载file:///C:/Qt/5.5/Examples/Qt-5.5/webchannel/build-standalone-Desktop_Qt_5_5_0_MinGW_32bit-Debug/index.html?webChannelBaseUrl=ws://localhost:12345。