如何在JavaScript中的特定索引处替换字符?
要替换JavaScript中特定索引处的字符,您可以尝试运行以下代码
示例
<html>
<head>
<title>JavaScript Boolean</title>
</head>
<body>
<script>
var str = "cric";
document.write("Original String: "+str);
var index = 3;
str = str.substr(0, index) + 'x' + str.substr(index + 1);
document.write("<br>New String: "+str);
</script>
</body>
</html>热门推荐
6 入学校简短祝福语
10 五十二新年祝福语简短
11 女儿升学宴祝福语简短
12 猪年给老师祝福语简短
13 圣诞简短祝福语给父母
14 祝福语对联文案简短大气
15 对上司的简短祝福语
16 爱小姨文案祝福语简短
17 中秋祝福语给父亲简短
18 妈妈生日贺卡祝福语 简短