jquery 的 $,"#id".html

今天在做一个输入用到jquery的.html方法,可是用.html()输不出来

然后,我加了一个 $("#id").html("<span>"+result+"</span>");

加上span就行了!!!

在这里记录一下.