$( document ).ready(function() { let isMobile = window.matchMedia("only screen and (max-width:650px)").matches; if (isMobile) { var iframes = ...
確定! 回上一頁