【误区】 通过调用函数 ,意图响应数据

1。【误区】 通过调用函数 ,意图响应数据:

【误区】 通过调用函数 ,意图响应数据_第1张图片

 

实际返回的是‘aaa' 。如果不exit(’aaa'); 则什么也不返回。

2。 由问题1。引起的拓展。

在做一些大项目,利于拓展性,可以在子函数内抛异常,主函数try catch 捕获异常。子函数处理各种逻辑 ,主函数只需要调用一次此函数就可以。

建议需要验证的数据都需要try catch

【误区】 通过调用函数 ,意图响应数据_第2张图片

 

转载于:https://www.cnblogs.com/wangyuyanhello/p/11333949.html

你可能感兴趣的:(【误区】 通过调用函数 ,意图响应数据)