实例
let tDom = "<div style='position:absolute;left:200px;top:200px'>hello world</div>";
let tEle = $(tDom);
viewer.CesiumWidget.container.appendChild(tEle[0]);
实例
let tDom = "<div style='position:absolute;left:200px;top:200px'>hello world</div>";
let tEle = $(tDom);
viewer.CesiumWidget.container.appendChild(tEle[0]);