知道为什么下面的代码片段没有将脚本元素添加到DOM中吗?
var code = "<script></script>"; $("#someElement").append(code);
javascript jquery
javascript ×1
jquery ×1