﻿// JScript 檔

function prev()
{
    history.back(history.length);
}