驗證網址stackoverflow.com安全性

javascript - document.getElementById().value doesn't set the value - Stack Overflow

Your response is almost certainly a string. You need to make sure it gets converted to a number: document.getElementById("points").value= new Number(request.responseText); You might take a closer look at your responseText. It sound like you are getting a ...

網址安全性掃描由 google 提供