87,993
社区成员
发帖
与我相关
我的任务
分享
window.location = window.location.pathname + '#comment';
window.location.reload();
<script type="text/javascript">
function goAnchor(anchorStr){
var hash=window.location.hash;
var href=window.location.href;
return href.substr(0,href.length-hash.length);
window.location.href=hash==""?(href+anchorStr):(href.substr(0,href.length-hash.length)+anchorStr);
}
</script>