<a href="javascript:void(null);">是什么意思呀?  <a href="javascript:void(null);" onmouseover="return changescene();" onmouseout="return stopshow();">  <img name="myimg" src="scene0.jpg" align="center" border="8" width="400" height="400"></img>
  </a>
不知道
href="javascript:void(null); 是什么意思,请指教。

解决方案 »

  1.   

    void 运算符
    避免表达式返回值。 void expression expression 参数是任意有效的 JScript 表达式。 说明
    void 运算符对表达式求值,并返回 undefined。在希望求表达式的值,但又不希望脚本的剩余部分看见这个结果时,该运算符最有用。 要求
    版本 2 请参阅
    运算符优先级 | 运算符总结