<a href="javascript:void(0)" οnclick="addCart()" > <input style="background: url('${pageContext.request.contextPath}/images/product.gif') no-repeat scroll 0 -600px rgba(0, 0, 0, 0);height:36px;width:127px;" value="加入购物车" type="button" id="add" > </a> 收藏商品</div>
这样就可以正常的跳转到购物车页面
<a href="javascript:void(0)" οnclick="add()" > <input style="background: url('${pageContext.request.contextPath}/images/product.gif') no-repeat scroll 0 -600px rgba(0, 0, 0, 0);height:36px;width:127px;" value="加入购物车" type="button" id="add" > </a> 收藏商品</div>
这样无法正常正常的跳转到购物车页面
区别在于 事件函数的命名上
- 禁止使用JavaScript关键词、保留字全名
- 补充: οnclick="addCar( 'xxx')" 一定要在xxx外面加一个单引号,要不然 alert不会弹出,为此我竟然纠结了好久,也是够了