if(strUrl.indexOf(str) > -1){
aNode.onclick = function checkA(){
alert(this.href);
this.href = "/forward?alinkUrl="+this.href;
}
}其中一个 alert(this.href)的值是  
  http://stat.readnovel.com/analytics.php?fid=91&%20pid=1&url=http://www.zubunet.com/site/magazineissue/34639.html但是后台接受的 alinkUrl的值是
  http://stat.readnovel.com/analytics.php?fid=91求解决 感谢!