监听textarea数值变化
$(‘#id‘).bind(‘input propertychange‘, function(){ //TODO });
原文:https://www.cnblogs.com/miaosj/p/10337711.html