@ -1459,4 +1459,4 @@ $(function() {
function trim(str) { //删除左右两端的空格
return str.replace(/(^\s*)|(\s*$)/g, "");
}
})