Jquery中除去左右空格
Jquery中去除左右空格
$.trim(
" abc "
);
jQuery.trim(
" abc "
);
$.trim(
" abc "
);
jQuery.trim(
" abc "
);