Skip to content

Instantly share code, notes, and snippets.

@reacher-lu
Created May 20, 2014 03:50
Show Gist options
  • Save reacher-lu/0234b924fa38d3d6b443 to your computer and use it in GitHub Desktop.
Save reacher-lu/0234b924fa38d3d6b443 to your computer and use it in GitHub Desktop.
截取一个链接里面的域名
var str = $(".buy").attr("href").match(/^http:\/\/([^\/]+)\//i)[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment