ceshi $(function(){constcontainer=document.getElementById('container')constchild=$('helloworld')container.appendChild(child)})
报错如下:UncaughtTypeError:Failedtoexecute'appendChild'on'Node':parameter1isnotoftype'Node'.jquery生成的不是node对象,那如何从jquery生成的对象中取node对象呢?
SMILET
相关分类