单项选择题

在JavaScript中,改变当前网页网址为下一页的语句是()。

A.window.location.reload();
B.window.history.go(1);
C.window.history.back();
D.以上都不可以