🌈 搜索
📅  最后修改于: 2022-03-11 15:01:34.756000             🧑  作者: Mango
var str = "Hello world!"; var res = str.substring(1, 4); // res value is "ell"