var getStr = location.search;setTimeout(function(){ window.location.href = '/bbb.html'+ (getStr==''?'':getStr); }, 3000);//console.log(getStr )