... 存儲需要刪除的項 foreach ( var ss in mJObj ) //查找某個字段與值 { if (((JObject) ss)[ "a" ]== 'aa' ) delList .add(ss); } foreach ( var ...
確定! 回上一頁