使用正则表达式获取字符串里对应的值,代码如下所示:
val="http://www.cnblogs.com/baixc/?fc=man".replace(/^.+?fc=/,''); alert(val);