2017-10-17 23 views

回答

0

我认为你在表单中使用get方法,它不是一种安全的方式。 任何方式你可以使用像下面的location.hash

jQuery(".submit-button").on("click", function() { 
       location.hash = "hash"; 
      // alert("test"); 
    }); 
+0

刚开始web开发和html是第一章,不能过于关联jQuery代码。你能详细说明一下html吗? – mak

+0

@mak在您的标记中使用此标记''然后使用我的代码 – Mohsen

相关问题