摘要: 值参数 1、在栈中为形参分配空间 2、复制实参到形参 1 public class Person 2 { 3 public int age = 10; 4 } 5 static void Main(string[] args) 6 { 7 int a2= 10; 8 Person a1= new P 阅读全文
posted @ 2020-10-25 23:33 江湖小虾米L 阅读(451) 评论(0) 推荐(0)
摘要: string ls_pathname,ls_file,ls_ext long ll_return if dw_1.rowcount()<1 then messagebox('提示',"当前数据窗无记录数据,无导出的必要!",exclamation!) return end if ll_return= 阅读全文
posted @ 2020-10-25 11:06 江湖小虾米L 阅读(689) 评论(0) 推荐(0)