📅  最后修改于: 2022-03-11 15:03:38.099000             🧑  作者: Mango
代码示例3
//use trim() on your string. It removes first and last whitepsaces
let str = " aa bb ";
console.log(str.trim()); // "aa bb"