摘要:
1、禁用浏览器右键菜单function noright(obj) { if (obj) { obj.oncontextmenu = function () { return false; } obj.ondragstart = function () { return false; } obj.onselectstart = function () ... 阅读全文
posted @ 2013-05-31 17:07
wfpanskxin
阅读(169)
评论(0)
推荐(0)

浙公网安备 33010602011771号