vue 接入activex控件
let obj = document.createElement('OBJECT')obj.setAttribute('id', 'ocxTest')obj.setAttribute('classid', 'clsid:33AE0D31-48C2-4D5F-8FD8-8690B97D5435')obj.setAttribute('width', 0)...
·
let obj = document.createElement('OBJECT')
obj.setAttribute('id', 'ocxTest')
obj.setAttribute('classid', 'clsid:33AE0D31-48C2-4D5F-8FD8-8690B97D5435')
obj.setAttribute('width', 0)
obj.setAttribute('height', 0)
this.$refs.emergencyCommandPage.appendChild(obj)
// 在这里通过ocxTest的id来寻找到ocx控件
this.ocx = document.getElementById('ocxTest')
更多推荐
已为社区贡献3条内容
所有评论(0)