1         $('#f1').submit(function(){
2             location.href = 'salebuyerList.html?param1=aaa&param2=' + $('#s1').val();
3             return false;
4         })
5 
6 
7             <form >
8             <input  />
9             </form>

 

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2022-03-08
  • 2021-08-26
  • 2022-01-10
  • 2022-12-23
猜你喜欢
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案