状态栏不能直接隐藏,只有使用程序让它不断地清除状态栏才可以,但这会影响网友系统速度,程序如:tu=1;function op(){if (tu==1){window.status="";tu=0;}else{window.status="";tu=1;}setTimeout("op()",800);}window.onload=op
状态栏不能直接隐藏,只有使用程序让它不断地清除状态栏才可以,但这会影响网友系统速度,程序如:tu=1;function op(){if (tu==1){window.status="";tu=0;}else{window.status="";tu=1;}setTimeout("op()",800);}window.onload=op
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。