If you want to use the iframe's scrollbar and not the parent's use this: document.body.style.overflow = 'hidden';. If you want to use the ...
確定! 回上一頁