这个用js来实现比较好,直接修改a标签的href属性
例如:
123
-----------------------------------------
var newHref = 你要的值
$('#aa').attr("href",newHref )
location.href = 'http://v.t.sina.com.cn/share/share.php?title='<%=encodeURIComponent(document.title)%>
<%= encodeURIComponent(document.title) %>
location.href = 'http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(document.title);