好久沒打程式,花了一點時間才找回手感....
這一題題目的輸入都是正常輸入
不會出現只有一行insert的情況
再來題目說的JSONObject可為空
代表的意思是
可以有這種輸入
insert "Name" "Alan"
insert "Score" newJSONObject
end
insert "age" "18"
end
其中第二三行就會產生一個空的JSONObject
再來就沒啥問題了@@
感謝提示 雖然過了
但題目自己提到 其中newJSONObject後必有"若干"insert操作描述此JSONObject,並以end結束
難道"若干" 包括0???