zhuzhiq

js禁止复制、粘贴

$("input:password").bind("copy cut paste",function(e){
  return false;
});

分类:

技术点:

相关文章: