我正在使用如果條件在jquery和==不適合我也不===。 :( 這裏是我的代碼:?等於(==)和等於(===)不適合我
var hash = window.location.hash;
var hash = hash.replace('#', ' ');
alert(hash); /* Returns abc.*/
if(hash === 'abc'){
alert(hash); /* not coming here.*/
$('.tab').removeClass('is-active');
}
任何幫助 預先感謝
''#abc''不是''abc''。 – zzzzBov
它不工作的方式? – klutt
當你得到第一個'alert(hash)'時你真的看到了什麼 –