resize(function() { nsZoomZoom(); }); function nsZoomZoom() { htmlWidth = $('html').innerWidth(); bodyWidth = 1000; if (htmlWidth < bodyWidth) scale = 1 else { ...
確定! 回上一頁