摘要: [12] lua中调用ref 和 out 修饰参数的函数数值 public int RefCompute(int a, ref int b, ref int c, int d) { b += a; c += d; return b + c; } public int OutCompute(int a 阅读全文
posted @ 2024-05-23 23:28 畅知 阅读(44) 评论(0) 推荐(0) 编辑