微软输入法正则bug

$("#showcaseInput").on("keyup",function(){  var IllegalString = "[`~!#$^&*()=|{}':;',\\[\\]#$%_-+@.<>/?!#¥……&*《》()——|{}【】‘;:”“'。,、?]‘’";var textboxvalue = $(this).val();var index = textboxvalue.length - 1;var s = textboxvalue.charAt(index);if (IllegalString.indexOf(s) >= 0) {s = textboxvalue.substring(0, index);$(this).val(s)}
});

还有一个小bug(就是还是能输入"双引号)

本文链接:https://my.lmcjl.com/post/16796.html

展开阅读全文

4 评论

留下您的评论.