乐趣区

关于javascript:日常干货

去除前后空格

const trim = function(string) {return (string || '').replace(/^[\s\uFEFF]+|[\s\uFEFF]+$/g,'');
};
退出移动版