jQuery prepend() 方法jQuery HTML/CSS 方法实例在所有<p> 元素开头插入内容: [mycode3 type='js'] $('button').click(function(){ $('p').prepend('Prepended text') ...
確定! 回上一頁