input框监控输入内容 $(".input").bind("input porpertychange",function(){ console.log($(".input").val()); }); posted on 2017-07-23 17:34 小猴子先生 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/guoyinli/p/7225423.html