為什么一直是輸入錯誤
<form?method="post"?action="./form.php">
<p>驗證碼圖片:
<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()">看不清?換一個</a>
</p>
<p>請輸入圖片中的內容:<input?type="text"?name="authcode"?value=""?/></p>
<p><input?type="submit"?value="提交"?style="padding:?6px?20px;"?/></p>
</form>
</body>
</html>
2018-04-22
看看業務邏輯層的邏輯判斷是否出錯