<script src="http://www.jq22.com/jquery/jquery-3.3.1.js"></script> <script type="text/javascript"> $(document).ready(function(e) { //使用attr把style去除 $(".con img").attr("style",""); }); </script>
博客列表 >JS去除img标签中的style属性
<script src="http://www.jq22.com/jquery/jquery-3.3.1.js"></script> <script type="text/javascript"> $(document).ready(function(e) { //使用attr把style去除 $(".con img").attr("style",""); }); </script>