Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否存在更适合传入现有列表以将数据写入的情况,而不是返回可能已在被调用方法中实例化的列表?
如果您的方法受到中断,您可能希望它修改现有列表而不是返回一个。这样做,您将防止由于在返回列表之前发生中断而可能发生的错误。