Vml:制作的一个精致的地区地图

本文介绍了一个使用HTML和VML实现的台风路径绘制系统。该系统通过JavaScript动态生成台风路径,并允许用户进行缩放和平移操作。此外,还标注了多个地理位置信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

None.gif<html xmlns:v="urn:schemas-microsoft-com:vml"> 
None.gif
<head> 
None.gif
<title>台风路径</title> 
None.gif
</head> 
ExpandedBlockStart.gifContractedBlock.gif
<STYLE>dot.gif 
ExpandedSubBlockStart.gifContractedSubBlock.gifv\:* 
{dot.gif}{ 
InBlock.gifBEHAVIOR
: url(#default#VML) 
ExpandedBlockEnd.gif  
}
 
None.gif
</STYLE> 
None.gif
<link rel="stylesheet" type="text/css" href="lib/style/style.css"> 
ExpandedBlockStart.gifContractedBlock.gif
<script language="JavaScript">dot.gif 
InBlock.gif
var xx=1000
InBlock.gif
var yy=680
InBlock.gif
function zoom(h) 
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif
InBlock.gifgroup1.coordsize
=xx/h+","+yy/h; 
ExpandedSubBlockEnd.gif}
 
InBlock.gif
function drawLines() 
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif
InBlock.gif
var count=0;//画横坐标 
ExpandedSubBlockStart.gifContractedSubBlock.gif
for(var i=0;i<=25;i++)dot.gif
InBlock.gif  
var px=40*i; 
InBlock.gif  
var newLine = document.createElement("<v:line strokecolor='#babbae' from='"+px+" 0' to='"+px+" 680' style='position:absolute;z-index:4'></v:line>"); 
InBlock.gif  group1.insertBefore(newLine); 
InBlock.gifcount
++
ExpandedSubBlockEnd.gif}
 
InBlock.gifcount
=0//画纵坐标 
ExpandedSubBlockStart.gifContractedSubBlock.gif
for(var i=0;i<=17;i++)dot.gif
InBlock.gif  
var py=40*count; 
InBlock.gif  
var newLine = document.createElement("<v:line strokecolor='#babbae' from='0 "+py+"' to='1000 "+py+"' style='position:absolute;z-index:4'></v:line>"); 
InBlock.gif  group1.insertBefore(newLine); 
InBlock.gifcount
++
ExpandedSubBlockEnd.gif}
 
ExpandedSubBlockEnd.gif}
 
InBlock.gif
var dragapproved=false
InBlock.gif
var x=y=0
InBlock.gif
function move() 
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif
ExpandedSubBlockStart.gifContractedSubBlock.gif  
if(event.button==1 && dragapproved)dot.gif
InBlock.gif  
var sx=event.clientX-x; 
InBlock.gif
var sy=event.clientY-y; 
InBlock.gif  x
=event.clientX; 
InBlock.gif  y
=event.clientY;  
InBlock.gifself.scrollBy(
-sx,-sy); 
ExpandedSubBlockEnd.gif  }
 
InBlock.gif  
return false 
ExpandedSubBlockEnd.gif}
 
InBlock.gif
function drags() 
ExpandedSubBlockStart.gifContractedSubBlock.gif
dot.gif
InBlock.gif
if(event.button!=1return 
InBlock.gifdragapproved
=true
InBlock.gifx
=event.clientX; 
InBlock.gify
=event.clientY; 
InBlock.gifdocument.onmousemove
=move; 
ExpandedSubBlockEnd.gif}
 
InBlock.gifdocument.onselectstart
=new Function("self.event.returnValue=false"); 
ExpandedBlockEnd.gifdocument.onmousedown
=drags;  
None.gif
</script> 
None.gif
None.gif
<body leftmargin=0 topmargin=0 scroll=auto bgcolor="#9CF7F7" onload="drawLines();zoom(1)"> 
None.gif
<DIV id="oBody" align="center" style="position:absolute;left:-1;top:-1"> 
None.gif
<v:group ID="group1" style="WIDTH:1000px;HEIGHT:680px;" coordsize = "1000,680"> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 0,426 8,430 16,428 19,424 22,420 20,416 15,414 16,408 9,400 11,396 24,396 40,384 48,381 56,376 64,379 70,374 66,368 72,368 70,370 80,370 88,368 92,370 96,368 104,368 112,363 116,354 120,362 128,358 130,352 136,352 140,352 140,344 142,336 144,330 148,330 152,336 160,349 168,348 172,340 176,341 180,342 184,340 188,332 190,340 192,336 196,332 200,332 204,332 208,328 212,332 216,336 220,334 224,324 228,328 232,332 236,330 240,328 256,322 260,318 266,305 270,304 276,296 288,296 300,286 304,290 320,276 328,276 348,256 346,250 352,248 360,244 362,240 358,236 364,232 366,218 372,210 370,226 376,222 382,226 384,218 380,220 386,202 384,200 396,188 390,180 388,176 396,172 400,178 410,160 414,160 426,144 424,140 430,130 434,120 440,120 448,112 450,116 464,110 467,107 464,104 460,92 468,88 468,80 464,76 462,69 476,76 480,75 476,64 480,60 479,54 472,56 484,46 484,44 468,40 460,28 448,28 444,28 432,35 428,35 424,28 416,28 418,24 428,24 432,26 428,24 440,19 468,5 472,5 476,4 474,0 0,0 0,426"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 430,368 426,360 420,344 416,340 404,320 406,300 416,280 426,260 436,256 446,240 460,232 472,234 476,240 472,260 465,280 462,320 440,340 435,360 430,368"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 432,680 424,676 420,668 424,664 432,660 424,648 420,648 416,660 412,660 408,640 396,600 398,592 400,592 410,596 416,560 420,520 428,504 440,500 448,496 480,508 488,504 492,512 488,520 484,536 496,560 494,576 488,592 480,596 470,600 464,608 460,616 456,624 464,640 468,660 472,680 432,680"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 710,190 712,182 716,180 714,172 720,174 730,164 734,172 716,180 718,184 710,190"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 772,112 772,104 780,102 788,100 782,106 776,112 772,112"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="#CED384" fillcolor="#CED384" style="POSITION:absolute;z-index:5" points=" 0,504 7,496 16,492 20,488 22,480 22,472 26,464 32,462 37,456 40,448 38,440 32,440 28,435 24,436 24,440 16,438 8,439 0,440 0,504"> 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="black" filled ="f" style="POSITION:absolute;z-index:5" points=" 480,560 520,532 560,500 600,464 640,424 680,376 720,324 760,260 800,168" > 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:polyline strokecolor="black" filled ='f' style="POSITION:absolute;z-index:5" points=" 400,440 440,400 480,360 520,320 560,260 600,168" > 
None.gif
<v:shadow on="t" type="single" color="#b3b3b3" offset="2pt,3pt"></v:shadow> 
None.gif
</v:polyline> 
None.gif
None.gif
<v:oval title="阿帕里" strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:467.4;top:513.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:455.4;top:500.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="阿帕里" style="Text-align:left;cursor:hand;font-size:9pt;color:blue">阿帕里</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="碧瑶 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:421;top:581.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:429;top:579.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="碧瑶 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">碧瑶</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="长汀 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:249.4;top:203.4;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:257.4;top:201.4;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="长汀 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">长汀</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="冲绳 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:709;top:187;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:717;top:185;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="冲绳 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">冲绳</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="福鼎 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:409;top:144.2;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:366;top:140.2;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="福鼎 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">福鼎</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="福州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:369;top:193;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:326;top:189;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="福州 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">福州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="光泽 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:290.6;top:136.2;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:298.6;top:135.2;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="光泽 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">光泽</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="广州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:141;top:313;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:97.9999999999998;top:309;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="广州 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">广州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="海口 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:10.1999999999999;top:435.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:18.1999999999999;top:433.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="海口 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">海口</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="杭州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:403.4;top:26.2;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:364.4;top:19.2;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="杭州 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">杭州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="恒春 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:426.2;top:356.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:434.2;top:354.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="恒春 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">恒春</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="花莲 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:459.4;top:278.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:467.4;top:276.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="花莲 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">花莲</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="惠东 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:187.8;top:325.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:144.8;top:321.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="惠东 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">惠东</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="惠来 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:250.2;top:315.4;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:211.2;top:308.4;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="惠来 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">惠来</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="马尼拉" strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:429;top:649;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:437;top:647;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="马尼拉" style="Text-align:left;cursor:hand;font-size:9pt;color:blue">马尼拉</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="茂名 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:30.1999999999999;top:369.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:38.1999999999999;top:367.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="茂名 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">茂名</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="南昌 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:233;top:87;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:241;top:81;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="南昌 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">南昌</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="宁波 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:459.4;top:42.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:467.4;top:40.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="宁波 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">宁波</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="宁德 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:378.2;top:169.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:335.2;top:165.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="宁德 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">宁德</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="莆田 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:357;top:219.4;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:314;top:215.4;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="莆田 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">莆田</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="浦城 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:339;top:119.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:347;top:117.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="浦城 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">浦城</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="泉州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:340.2;top:240.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:297.2;top:236.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="泉州 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">泉州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="汕头 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:265;top:301.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:273;top:300.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="汕头 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">汕头</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="汕尾 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:214.2;top:323.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:222.2;top:322.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="汕尾 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">汕尾</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="台北 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:458.6;top:233;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:466.6;top:231;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="台北 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">台北</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="台南 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:414.2;top:315.8;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:371.2;top:311.8;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="台南 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">台南</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="台中 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:419;top:277;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:376;top:273;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="台中 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">台中</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="万宁 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:11.8000000000002;top:484.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:19.8000000000002;top:482.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="万宁 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">万宁</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="温州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:423;top:115;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:431;top:113;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="温州 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">温州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="武夷山" strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:317;top:126.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:278;top:119.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="武夷山" style="Text-align:right;cursor:hand;font-size:9pt;color:blue">武夷山</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="霞浦 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:405;top:161.4;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:413;top:159.4;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="霞浦 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">霞浦</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="厦门 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:337;top:261;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:345;top:260;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="厦门 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">厦门</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="香港 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:163.8;top:344.2;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:171.8;top:342.2;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="香港 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">香港</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="永定 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:265.8;top:248.2;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:222.8;top:244.2;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="永定 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">永定</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="湛江 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:11.8000000000002;top:389.4;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:19.8000000000002;top:387.4;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="湛江 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">湛江</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="漳浦 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:309;top:277;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:317;top:276;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="漳浦 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">漳浦</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="漳州 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:329;top:265;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:290;top:258;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="漳州 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">漳州</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="诏安 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:284.2;top:288.6;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:245.2;top:281.6;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="诏安 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">诏安</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="澳门 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:137;top:349;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:94;top:345;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="澳门 " style="Text-align:right;cursor:hand;font-size:9pt;color:blue">澳门</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="建宁 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:269;top:165;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:277;top:163;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="建宁 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">建宁</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="连江 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:385;top:189;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:393;top:187;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="连江 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">连江</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="福清 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:373;top:209;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:381;top:207;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="福清 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">福清</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="晋江 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:341;top:249;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:349;top:247;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="晋江 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">晋江</div> 
None.gif
</v:shape> 
None.gif
None.gif
<v:oval title="台东 " strokecolor="#008284" fillcolor="#008284" style="position:absolute;cursor:hand;left:443;top:323;width:6;height:6;z-index:8"></v:oval> 
None.gif
<v:shape strokecolor="none" filled="False" style="position:absolute;left:451;top:321;width:40;height:12;z-index:9" inset="1px,1px,1px,1px"> 
None.gif
<div title="台东 " style="Text-align:left;cursor:hand;font-size:9pt;color:blue">台东</div> 
None.gif
</v:shape> 
None.gif
None.gif
None.gif
</v:group> 
None.gif
None.gif
</DIV> 
None.gif
</body> 
None.gif
</html>

转载于:https://www.cnblogs.com/savageworld/archive/2006/07/18/453751.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值