A-A+

说出下面几个函数的区别: private void test(string str){…} private void test(ref strin

2020-09-18 20:49:16 资格考试 阅读

问题详情

说出下面几个函数的区别:

private void test(string str){…}

private void test(ref string str){…}

private void test(out string str){…}

如果一个页面与数据

请帮忙给出正确答案和分析,谢谢!

参考答案

题库:
考点: