图片大小控制问题
发布网友
发布时间:2022-04-25 09:21
我来回答
共2个回答
热心网友
时间:2023-11-12 18:57
<img src="" onload="javascript:if(this.width>700){this.width=700;}>
少了"
<img src="" onload="javascript:if(this.width>700){this.width=700;}">
补充:
<img src="" onload="if (this.width>700) {this.width=700;}">
首先,请确定src有地址,另外,确定你的浏览器没有禁止JS。这段JS没有问题,我的机子是通过了的。
热心网友
时间:2023-11-12 18:57
少了"
<img src="" onload="javascript:if(this.width>700){this.width=700;}">