单项选择题

A.Web Worker只能使用terminate()中止
B.Web worker线程不能修改HTML元素
C.Web worker线程不能修改全局变量和Window.Location
D.Web Worker 是HTML5提供的一个javascript多线程解决方案