This commit is contained in:
邹宗楠
2024-02-28 18:41:19 +08:00
parent cd893ad98a
commit a69daacbee
2 changed files with 47 additions and 13 deletions

View File

@@ -262,3 +262,8 @@ func TestDeleteActSku(t *testing.T) {
fmt.Println(err2)
}
func TestCEA(t *testing.T) {
a := []int{1, 2, 3, 4, 5}
fmt.Println(a[2:])
}