By - lmypersonPosted on 2025年7月11日Posted in 笔记实现内容页图片点击效果<script> $(function () { $('#con_center .honor img').each(function(){ var route = $(this).attr('src'); $(this).wrap("<a href='" + route + "' target='_blank'></a>") }) }); </script> 0 0 Tags:js