这是一个高深的东东哦,写状态栏1<script>2function writetostatus(input){3 window.status=input4 return true5}6</script> 调用方法1<a href="http://www.google.com" onMouseover="writetostatus('Search the web!')"2onMouseout="writetostatus('')">Google</a> 转载于:https://www.cnblogs.com/nanshouyong326/archive/2006/12/04/581502.html