07 2013 档案
摘要:批注:原来IDE中已有解决这种情况的方法 块选择(ALT+鼠标选中) +_+ 一般我们网上复制代码的时候,很多情况下都有行号,比如下面的33 public void SendBusinessData(object callAuthor, string methodName, object parameterInstance)34 {35 object result =36 callAuthor.GetType().GetMethod(methodName).Invoke(callAuthor, new ob...
阅读全文