Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
开发环境为python和pyside6。 QAxWidget使用dynamicCall和querySubObject始终报错,代码如下: self.ax_widget2.dynamicCall("ActiveDocument.GoTo(int)", 10) pycharm一直提示“意外类型:(str, int)可能的类型:(bytes, Any)(bytes, Sequence)”,然后通过“b“转化为bytes格式也不行。请问这两个参数正确的语法是什么啊?