<script type="text/javascript"> $(function(){var checked = document.getElementsByClassName(‘J_checked‘) for (var i = 0; i < checked.length; i++) { checked[i].onclick = function(){ for (var i = 0; i < checked.length; i++) { checked[i].style.background = ‘url(./商品详情/[email protected]) no-repeat‘; checked[i].style.backgroundSize = ‘100%‘; } this.style.background = ‘url(./商品详情/[email protected]‘; this.style.backgroundSize = ‘100%‘; } } }); </script>