下面的这个脚本适用于 IE9 和 Chrome 18,但在 Firefox 11 上会导致无休止的刷新。
<script type="text/javascript">
$(document).ready(function () {
if (window.location.href.indexOf('#') == -1) {
window.location.hash = 'Value';
//window.location.href += 'Value';
}
});
</script>
此致,
莱谢克