iframe 里的页面禁止右键事件的方法在子页面中加入:代码如下:document.oncontextmenu = function(){return false}即可时间: 2014-06-07本文实例讲述了iframe里 ...
確定! 回上一頁