首页
编程
java
php
前端
首页
编程
java
php
前端
const求解catch函数中const的作用
try{.......throw i;} catch(const int i)中const的作用是什么具体是什么
const int i
这里不允许修改i。
点击展开全文