-1
我已經傳遞給我的功能之一以下JSON對象...測試JSON項目中的屬性是否爲空?
{"action":"setProjectAll", "application":{"proId":"new","zoomPosition":35,"scrollerPosition":0,"language":"en","timelinePosition":0}, "clips":[]}
如何測試這個對象的propertie「夾子」是「[]」(空)? 現在在上面的例子中它是空的,但是由於對象是動態的,我需要測試該屬性是否包含值。
如何做到這一點? 謝謝