暫無描述
$().ready(function () { goBack() }) //nav返回上一页 function goBack () { $("nav i").click(function () { history.go(-1) }) }