题目:下面选项中,能够将id值为conent的元素添加“标题”的是()
A、$(“#content”).html(“<h1>标题</h1>”)
B、$(“#content”).text(“<h1>标题</h1>”)
C、$(“#content”).text()
D、$(“#content”).text(<h1>标题</h1>)
题目:下面选项中,能够将id值为conent的元素添加“标题”的是()
A、$(“#content”).html(“<h1>标题</h1>”)
B、$(“#content”).text(“<h1>标题</h1>”)
C、$(“#content”).text()
D、$(“#content”).text(<h1>标题</h1>)