js - PHP博客_【PHP爱好者】共同学习分享PHP技术心得-田螺的个人博客 js - PHP博客_【PHP爱好者】共同学习分享PHP技术心得-田螺的个人博客

包含标签 js 的所有文章

js

Jq 延时发送抢单请求

田螺 发布于 8-15

//延时发送抢单请求ajaxT=setTimeout(()=>{$.ajax({url:"{:url('submit_order')}",type:"POST",dataType:"JSON",data:{},success:(res=>{console.log(res)status=trueif(res.code==0){QS_to...

阅读(94) 评论(0)

js

form表单自动提交跳转

田螺 发布于 4-1

form表单自动提交跳转,找代码多累,都存到自己博客里吧<formname="alipayment"action="api.php"method="post"id="alipayment"> <inputtype="hidden"class="form-control" name="id"value="内容"...

阅读(59) 评论(0)