首页
编程
java
php
前端
首页
编程
java
php
前端
这个定义函数头是怎么定义啊
void swap(int &a,int &b);
得用引用类型才能实现参数修改
点击展开全文