反射字符串调用方法 使用方法名的字符串,调用该类中的方法。 /// <summary>/// 绘制线性波形/// </summary>public void DrawLinear(){ //实现方法}private void button_click(object sender,EventArgs e){ this.GetType... Other 2024-07-04 158 点赞 2 评论 239 浏览