append show().append
$(".tip").show().append(strTmp)
为什么不能用$(".tip").append(strTmp)
还有为什么要加 $(".tip").html("");
而不直接$(".tip).html(strTmp)?
$(".tip").show().append(strTmp)
为什么不能用$(".tip").append(strTmp)
还有为什么要加 $(".tip").html("");
而不直接$(".tip).html(strTmp)?
2016-03-31
举报