首页
编程
java
php
前端
首页
编程
java
php
前端
返回值为什么是int型,且返回值在哪?
没有返回值,void就好了,要么就是忘记写return 其他东西了
int fun1() 函数返回值类型是 int 要在函数内部合适位置加上return 值(int类型的)
点击展开全文