This question shows research effort; it is useful and clear
-2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我在设置此 div 的值但未设置后添加了一个 div
我的代码:
$('body').append("<div id=\"114\"></div>"); // its work
$('#114').html("text"); //not work
$('#114').text("text"); //not work
$('#114').append("text"); //not work