Example 1: change innerhtml document.getElementById("p1").innerHTML = "New text!"; Example 2: jquery replace innerhtml $("#myID").html(" New inner html ");
確定! 回上一頁