单项选择题

在JS中需要每隔一秒调用函数f(),下列调用方法正确的是()

A.clearTimeout("f()",1000)
B.clearInterval("f()",1000)
C.setInterval("f()",1000)
D.setTimeout("f()",1000)