用JavaScript怎么写Windows的状态栏

it2022-05-09  25

这是一个高深的东东哦, 写状态栏 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


最新回复(0)