有没有办法判断 StorageArea.remove 是否真的删除了一些东西?

Is there a way to tell whether StorageArea.remove actually removed something?

有没有办法知道对 StorageArea.remove 的调用是否确实删除了某些内容(如果删除了,有多少项)?

文档似乎对此没有任何说明,我希望有一些方法不需要先调用 get 来检查是否有东西。

因为,正如您从文档中看到的那样,回调没有参数 - 不,没有任何报告,除了通过 API 变量的错误。

第一个get的路线是正确的。

在语义上,remove 是 "make sure those elements aren't there"。这正是它的作用。