<button class="btn btn-big btn-primary" id="geolocateMe" type="submit">Goooo!</button>
请如何在 JS 中更改 Goooo!值变成一个按钮?
我试过了:
document.getElementById('geolocateMe').value = "Test";
谢谢。
<button class="btn btn-big btn-primary" id="geolocateMe" type="submit">Goooo!</button>
请如何在 JS 中更改 Goooo!值变成一个按钮?
我试过了:
document.getElementById('geolocateMe').value = "Test";
谢谢。