<button onclick="local()">跳轉</button>
function local(){
location.href = "/#/tab/search/" + document.getElementById("href").value
}
<button onclick="local()">跳轉</button>
function local(){
location.href = "/#/tab/search/" + document.getElementById("href").value
}