SORU
11 Mart 2010, PERŞEMBE


javascript null olmadığını kontrol edin

Aşağıda şeklinde bir değer almak nerede bir kod parçacığını. Daha fazla değeri olmadığını kontrol işlemeden önce boş değil..

var val = document.FileList.hiddenInfo.value;
alert("val is "   val);  // this prints null which is as expected
if (val != null)
{
   alert("value is " val.length); // this returns 4
}
else
{
   alert("value* is null");
}

..? Bu neden olur bir fikriniz var mı?

CEVAP
11 Mart 2010, PERŞEMBE


bu sizin işinizi görecektir

if (!!val) {
    alert("this is not null")
} else {
    alert("this is null")
}

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • dougownsall

    dougownsall

    7 EKİM 2007
  • Flash CS6 Video Tutorials for Beginners (Actionscript 3 Gaming)

    Flash CS6 Vi

    14 EYLÜL 2012
  • SomeOne Pro

    SomeOne Pro

    25 EKİM 2013