PHP IF條件:如何在javascript中編寫條件?
-> <?php if($pet['pet_type'] == 'Lost'){echo $pet['pet_name'];}else{echo 'Please Help Me';}?>
JS IF:
<h3 class="title" style="word-break: break-all;">'+if(res[i].pet_type === 2){res[i].pet_name}else{+'Please help me'+}+'</h3>
請幫我在那裏是一個錯誤。我該如何解決這個錯誤?
包括完整的代碼。見[mcve]。 – Tushar
你想要JS來代替php的'echo'嗎?寫入控制檯?寫入網頁? – Jamiec
你的if語句標記沒問題。裏面的東西沒有意義。 – Gezzasa