hubiyun0901 发表于 2019-12-5 20:53:41

HTML5手动显示参数面板




                console.log($('#viewerContainer .ar-viewer.mobile'));
                console.log($('#viewerContainer .ar-viewer.mobile').getElementsByClassName('btn-toolbar toolbar toolbar-top'));
                console.log($('#viewerContainer .ar-viewer.mobile').getElementsByClassName('btn-toolbar toolbar toolbar-top').getElementsByClassName('btn-group btn-group-sm'));
                console.log($('#viewerContainer .ar-viewer.mobile').getElementsByClassName('btn-toolbar toolbar toolbar-top').getElementsByClassName('btn-group btn-group-sm').getElementsByClassName('btn btn-default'));
                $('#viewerContainer .ar-viewer.mobile').getElementsByClassName('btn-toolbar toolbar toolbar-top').getElementsByClassName('btn-group btn-group-sm').getElementsByClassName('btn btn-default').click();





按照class查找元素可以实现功能,但是还是感觉不是很方便,希望可以改进

KearneyKang 发表于 2019-12-6 09:15:28

谢谢你的反馈,我会跟我们研发反馈,后期会加强
页: [1]
查看完整版本: HTML5手动显示参数面板