原创 獲取上一個jsp中url後面的參數

//獲取上一個jsp中url後面的參數 function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");