标签:long lang get res number rds class eol ntp
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(pos) {
model.address.geo = {
lat: pos.coords.latitude.toFixed(5),
lng: pos.coords.longitude.toFixed(5)
};
});
} else {
alert("Geolocation is not supported by this browser.");
}
标签:long lang get res number rds class eol ntp
原文地址:http://www.cnblogs.com/shuaishuaidejun/p/6920992.html