增加文字
function myfunction() { var tingmeow = "cute"; document.getElementById('demo').innerHTML += tingmeow + "<p>哈哈哈</p>"; }
My first paragraph.