javasciprt 範例新增字串append到原來div的 innerHTML
這麼一來新的div就會加在原來div innerHTML後面
function appendmsg(){
var msg="output";
var body = document.getElementById("outputdiv");
var newdiv=document.createElement('div');
newdiv.innerHTML=msg;
body.appendChild(newdiv);
}
找到網路上的教學ppt
Intro. to JavaScript
View more documents from Lin-Chieh Shangkuan.
沒有留言:
張貼留言