nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div>
        <span class="xx">×</span>
    <div class="plot-box">
        <ul>
            <li><button drawtype="point">点</button></li>
            <li><button drawtype="billboard">图标点</button></li>
            <li><button drawtype="polyline">线</button></li>
            <li><button drawtype="polygon">面</button></li>
            <li><button drawtype="circle">圆</button></li>
            <li><button drawtype="rectangle">矩形</button></li>
            <li><button drawtype="attack_arrow">进攻箭头</button></li>
            <li><button drawtype="double_arrow">双箭头</button></li>
            <li><button drawtype="fine_arrow">直箭头</button></li>
            <li><button drawtype="tailed_attack_arrow">燕尾箭头</button></li>
            <li><button drawtype="gathering_place">聚集地</button></li>
        </ul>
    </div>
</div>