且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

返回NULL的替代方法

更新时间:2023-11-26 16:19:46

返回 null 不仅处理更简单,效果更好。必须使用例外处理例外案例。

Returning null is not only more simple to handle, performs better too. The exceptions must be used to handle exceptional cases.