js字符串操作时间:2023-01-04 07:31:18Javascript字符串操作 1.获取指定位置的字符串 var str = "hello JavaScript!"` console.log(str.charAt(1))