这是一个高深的东东哦,
写状态栏
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
转载请注明原文地址: https://win8.8miu.com/read-1482391.html