這是一個非常簡單的if語句,我怎麼試過nummours的方法來輸入代碼。 我所希望做的是確保 「captch_style」 的的.src是== source_oneif statement sourc issue javascript
HTML
<img id="captch_style" src="img/captcha/captcha_0.jpg"
width="200" height="60" alt=/>
單獨的JS文件
<script type=text/javascript>
var source_one="img/captcha/captcha_0.jpg";
if (document.getElementById("captch_style").src === source_one){
inputValue.style.borderColor="#00ff00";
}
else {
inputValue.style.borderColor="#ff0000";
}
<script>
你不應該在你的js文件中有腳本標籤。 – Shomz