在url中查询字符串:

时间:2016-09-22 11:01:20

标签: jquery html css

$("#menu a").each(function(index) {
    if($.trim(this.href) == window.location.href) {
        $('div', this).addClass("cc");
    }
});

转到

时这是有效的
example.com/foo/foo/

导航到第二页时,例如

example.com/foo/foo/p:2

这不起作用。如何进行查询。

1 个答案:

答案 0 :(得分:0)

使用mysql_*函数来比较网址。

.indexOf