HTML中有一個button,如何讓它點擊後跳轉到指定頁面或動作

單獨添加一個鏈接,實現跳轉: <input type="button" value="我是一個按鈕" onclick="javascrtpt:window.location.href='http://blog.sina.com.cn/mleavs'"> 觸發一個函數跳轉: <script> function jump(){ window.location.href="http://blog
相關文章
相關標籤/搜索