多项选择题

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

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