单项选择题

用JavaScript实现打开一个新窗口,地址为abc.html,正确的方法是()

A.window.open(“abc.html”,“”,“”)
B.window.open(“”,“abc.html”,“”)
C.window.open(“”,“”,“abc.html”)