编程爱好者之家
<style type="text/css"> .content {margin: auto;width: 200px;} .content img{ max-width: 100%!important; height: auto!important; width:expression(this.width > 300 ? "300px" :this.width)!important; } </style> <body> <div class="content"> <img src="https://www.codelovers.cn/Public/Home/images/404.jpg"/> </div> </body>