📅  最后修改于: 2022-03-11 15:03:07.198000             🧑  作者: Mango
//First store your class inside a variable and then select it with query selector
var x = document.querySelectorAll('.location-address');
x[0].innerHTML += '
';
x[1].innerHTML += '
';
x[2].innerHTML += '
';