getCurrentPosition(function(position) { pos = new google.maps.LatLng(position.coords.latitude,position.coords.longitude); $.ajax( { url:'location.php', ...
確定! 回上一頁