javascript中如何取字符串的第一个字符参考代码如下:获取字符串第一个字符:var str = "Hello World"Halert(str.substr(0, 1))dalert(str.substr(-1))获取字符串最后一个字符:var2023-03-21JavaScript220