Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
解决方案非常简单:只需更改 pano 值并将其用作panorama.setOptions 值来触发原始“links_changed”事件。
function onChange(){ d = document.getElementById("hamk_select").value; var panoOptions = { pano: d, }; panorama.setOptions(panoOptions); }