标签:字符串 fun inner 元素 pre nbsp world 操作 on()
html() 方法返回或设置被选元素的内容 (inner HTML)。
如果该方法未设置参数,则返回被选元素的当前内容。
$(".btn1").click(function(){ $("p").html("Hello <b>world </b>!")
; });
或为 var str=$.html("Hello <b>world </b>!")
;
标签:字符串 fun inner 元素 pre nbsp world 操作 on()
原文地址:https://www.cnblogs.com/net5x/p/12450750.html