🌈 搜索
📅  最后修改于: 2022-03-11 15:04:17.811000             🧑  作者: Mango
let str = 'Hello'; str = str.substring(1); console.log(str); /* Output: ello */