日期:2014-05-16 浏览次数:20338 次
var url = window.location.pathname;
alert(url);
<a href="/demo/index"></a>
$("[href$='/demo/index']")
$("[href$=url]")