摘要:
html部分: <a href="javascript:;" type="button" id="export">导出</a> <table id="tableExcel"> <thead> <tr> <th>姓名</th> <th>IQ</th> </tr> </thead> <tbody> <t 阅读全文
posted @ 2020-10-19 18:02
RookieCoderAdu
阅读(1076)
评论(0)
推荐(1)
摘要:
TimeSpan表示时间间隔,通常用作DateTime类的运算。 常见的TimeSpan用法如下: TimeSpan值包含了许多属性与方法,用于访问或处理一个TimeSpan值 下面的列表涵盖了其中的一部分: Add:与另一个TimeSpan值相加。 Days:返回用天数计算的TimeSpan值。 阅读全文
posted @ 2020-10-19 11:51
RookieCoderAdu
阅读(954)
评论(0)
推荐(0)