古詩詞大全網 - 成語查詢 - html代碼如何設置壹個文本框和按鈕,使點擊按鈕後跳轉至新"固定值+輸入文本“的網頁

html代碼如何設置壹個文本框和按鈕,使點擊按鈕後跳轉至新"固定值+輸入文本“的網頁

<input type="text" id="href">

<button onclick="local()">跳轉</button>

function local(){

location.href = "/#/tab/search/" + document.getElementById("href").value

}