直接看代碼
復制代碼 代碼如下:
<form action="yeepaypay.html" target="_blank" method="post" onsubmit="return checkform();">
復制代碼 代碼如下:
function checkform() {
var value = $("input[name='payWay']:checked").val();
if (value == 1) {
$("#alipayment").submit();
return false;
}
return true;
}
新聞熱點
疑難解答
圖片精選