js

js iframe的宽度实现自适应的方法

2020-01-03
我是以宽度600为判断的标准: ```javascript function autoWidth(){ var w=window.outerWidth; if(w.....