1.在區塊放入html元素字串 有<div id='cards'></div>
js:
document.queryselect('#cards').innerHTML='<p>文字</p>';
jquery:
$('#cards').html('<p>文字</p>');
沒有留言:
張貼留言