我使用下面得到一些數據,並將其加載到一個對象:如何將對象內的數組內容設置爲false,如果它爲空?
test.qs = data;
對象QS然後看起來是這樣的:
[
{"answer":null,
"answered":true,
// many more fields here
"answers":{"correct":null,"response":null}},
{"answer":null,
"answered":true,
// many more fields here
"answers":{"correct":null,"response":null}}
]
我怎樣才能讓這個如果數組中的響應值爲null,那麼它變成false?
爲什麼要將'null'更改爲'false'?他們不傳達相同的信息。我嗅到了麻煩......我寧願修正生成數據的代碼,如果你真的想'假'。 – elclanrs
它正在填充一個複選框,如果尚未點擊,該複選框的值將爲false。 – Alan2