摘要: document.ondragover = function (e) { e.preventDefault(); }; document.ondrop = function (e) { e.preventDefault(); }; $(document).on("dragstart", function (e) { return false; }); 阅读全文
posted @ 2017-07-28 17:42 正举 阅读(1565) 评论(0) 推荐(1)
摘要: 就是这样啦。 阅读全文
posted @ 2017-07-28 11:32 正举 阅读(1199) 评论(1) 推荐(0)