為什么一直是輸入錯(cuò)誤
<form?method="post"?action="./form.php"> <p>驗(yàn)證碼圖片: <img?id="captcha_img"?border="1"?src="./captcha.php?r=<?php?echo?rand();?>"?width="200px"?height="50px"?/> <a?href="javascript:void(0)"?onclick="document.getElementById('captcha_img').src='./captcha.php?r='+Math.random()">看不清?換一個(gè)</a> </p> <p>請(qǐng)輸入圖片中的內(nèi)容:<input?type="text"?name="authcode"?value=""?/></p> <p><input?type="submit"?value="提交"?style="padding:?6px?20px;"?/></p> </form> </body> </html>
2018-04-22
看看業(yè)務(wù)邏輯層的邏輯判斷是否出錯(cuò)