09 2010 档案

摘要: public static int GetLineNum() { System.Diagnostics.StackTrace st = new System.Diagnostics.StackTrace(1, true); return st.GetFrame(0).GetFileLineNumber(); }阅读全文
posted @ 2010-09-25 09:37 Sandglass 阅读(443) | 评论 (0) 编辑