Home > Back-end >  How tcppwebbrowser screening web content
How tcppwebbrowser screening web content

Time:10-13

Find on the Internet for a long time, did not succeed, I want to extract the following line of page 19 zoom: 17 or 17 this parameter, how to do better, have a great god can give a lookup code directly?

 & lt; ! PUBLIC DOCTYPE HTML "-///DTD/W3C XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" & gt;  

Simple Map
& lt; meta charset="utf-8">
<style>
Map for HTML, body, # {
height: 100%;
Margin: 0 px;
Padding: 0 px
}
</style>



<script>
The function the initialize () {
Var myplace.=new Google maps. LatLng (22.531313, 113.933229);
Var mapOptions={zoom: 17, center: myplace, mapTypeId: Google, maps, mapTypeId. The ROADMAP};
Var map=new Google. Maps. Maps (document. GetElementById (" map "), mapOptions);
Var marker.=new Google maps. Marker ({position: myplace, map: the map});
Var insert=function (x, y, id, name) {
Var marker.=new Google maps. Marker ({position: new Google maps. LatLng (x, y), the map: the map, the title: the name});
Var infowindow=new Google. Maps. Infowindow ({content: "ID:" + ID + '& lt; Br/& gt; Name: "+ Name + '& lt; Br/& gt; Latitude: '+ x +' & lt; Br/& gt; Longitude: '+ y});
Infowindow. Open (a map marker);
. Google maps. Event. AddListener (marker, 'click', function () {infowindow. Open (a map marker)});
}
Insert (22.531313, 113.933229, 1102, 'New 02');
}

</script>





CodePudding user response:

How no one reply,,,,
  • Related