$(document).on("input propertychange",".class",function(){ // 后续操作 });
php 批量插入mysql_PHP大批量插入数据库的3种方法和速度对比
微信小程序js中var、let和const的区别