试题详情

如果想在网页显示后,动态地改变网页的标题()

A是不可能的

B通过 document.write(“新的标题内容”)

C通过 document.title=(“新的标题内容”)

D通过 document.changeTitle(“新的标题内容”)