jQuery 文档操作- replaceWith() 方法. 实例. 用粗体文本替换每个段落: $(".btn1").click(function(){ $("p").replaceWith("<b>Hello world!</b>"); }); ...
確定! 回上一頁