我有一個問題,使if
聲明:如果與條件isset和比較語句時,沒有一起工作
<?php if (isset($detail) == 1) { ?>
// code if detail variable exists and is equal to 1
<?php } else { ?>
// code if detail variable doesn't exist or is not equal 1
<?php }?>
出於某種原因,這種情況下是行不通的。我怎樣才能修復if
條件,所以它會工作?
什麼'細節'值產生意想不到的結果? – MichaelRushton 2013-03-27 21:01:11