disabled <button style="width: 150px;height: 50px;background: red;color: #ffffff;font-size: 24px" class="submit" type="button"> 提交订单</button>$('.submit').click(function(){{ $(this).attr("disabled",'disabled');})