test snytax highlight

Tuesday, October 7, 2008 by Unknown

google.load("maps", "2");
google.load("search", "1");
google.setOnLoadCallback(function() {
var map = new google.maps.Map2(document.getElementById("map"));
map.setCenter(new google.maps.LatLng(
google.loader.ClientLocation.latitude,
google.loader.ClientLocation.longitude), 10);
});



這是一段
測試



google.load("maps", "2");

google.load("search", "1");

google.setOnLoadCallback(function() {

    var map = new google.maps.Map2(document.getElementById("map"));

    map.setCenter(new google.maps.LatLng(

        google.loader.ClientLocation.latitude,

        google.loader.ClientLocation.longitude), 10);

});


這段看起來應該會順眼一點

Filed under having  

0 comments: