Get information about an address

 

   There is a tricky way:

 

  

function getLocation (href) {
  var l = document.createElement('a');
  l.href = href;
  return l;
}

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326854232&siteId=291194637