我的代码:
<script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script>
<g:plusone id="googleModuloContentButton" href="http://www.mywebsite.com/?IDL=1" size="medium"></g:plusone>
它创建了 Google+ 徽章。但是在点击处理程序之后,我会这样做:
gapi.plusone.render('googleModuloContentButton', {
href: "http://www.mywebsite.com/?IDL=2"
});
+1 的目标链接没有改变……仍然是第一次渲染时设置的链接。为什么?我该如何解决?