$(function () { $("input:password").on("copy cut paste", function (e) { return false;//禁止密码框复制/剪切/粘贴 }) });