首页
编程
java
php
前端
首页
编程
java
php
前端
def show plus(x):return x+1 return x+2
执行第一个return后,后续代码不执行,直接跳出该方法,所以为6
选第一个
A
6:
点击展开全文