bmh_cesium/public/widgets/shareUrl/view.html
2025-03-10 07:23:50 +08:00

8 lines
447 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="container">
<div class="input-group">
<span class="input-group-addon" id="basic-addon2">网址链接</span>
<input id="txtUrl" type="text" class="form-control" value="" aria-describedby="basic-addon2"
onclick=" $(this).select();" />
</div>
<span>您可以通过以上链接与朋友分享当前地图位置选取输入框中的网址链接然后按“Ctrl+C”进行复制</span>
</div>