摘要:
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre... 阅读全文
摘要:
最近遇到了一个奇怪的现象,参见说明代码:1DimaAsString="1000"2DimbAsString="1"3DimcAsString="6"4DimdAsString5DimfAsLong67d=CStr(CLng(a)*CLng(b)/CLng(c))8f=(CLng(a)*CLng(b)/CLng(c)).ToString910MessageBox.Show(d)11MessageBo... 阅读全文