This commit is contained in:
苏尹岚
2021-03-09 18:03:31 +08:00
parent ae08a80cd4
commit 32a2c0498b
7 changed files with 50 additions and 6 deletions

View File

@@ -9,7 +9,6 @@ import (
"math"
"sort"
"testing"
"time"
"git.rosy.net.cn/baseapi/utils"
)
@@ -235,7 +234,7 @@ func TestUpdateDeliveryPromise(t *testing.T) {
}
func TestUploadImageNew(t *testing.T) {
fmt.Println(time.Now().YearDay())
fmt.Println(int(utils.Str2Time("2021-03-09 23:59:59").Sub(utils.Str2Time("2021-03-07 00:00:00")).Hours()) / 24)
}
//给定一个包含正整数、加(+)、减(-)、乘(*)、除(/)的算数表达式(括号除外),计算其结果。