下面选项中,能实现2秒跳到传智播客官网首页的是()
A. response.setHeader("Refresh","2:URL=http://www.itcast.cn");
B. response.setHeader("Refresh","2;URL=http://www.itcast.cn");
C. response.setHeader("Location","2URL=http://www.itcast.cn");
D. response.setHeader("Location","2;URL=http://www.itcast.cn");