$(document).ready(function (){//通用方法去输入框前后空格 $("form").on("change",function () { $("form input[type=text]").each(function () { this.value=$.trim(this.value); }); }) }); 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-11-17 2022-01-07 2022-12-23 2022-12-23 2022-12-23