单项选择题

创建一个Worker线程的方法是()

A.new Worker("workers.js")
B.create Worker("workers.js")
C.start Worker("workers.js")
D.set Worker("workers.js")