基本数据类型char参数传递及数组传递 即始是基本类型 但是传了一个数组 就是传了一个引用 结果为 hello and cb如果只是传了基本类型是不会被改变的 hello and c 变量不能被修改 相关文章: