<script type="text/javascript">
$().ready(function(){
$("#dataRole_page").click(function(){
window.location.href="dataRole_page.html";
});
});
</script>
<a href="page1.html">blank page</a><br>
像这样的<a>中的href在跳转后会自动加井号
http://1tea.sinaapp.com/
http://1tea.sinaapp.com/#page1.html
会影响页面脚本功能