This commit is contained in:
邹宗楠
2022-11-11 19:15:30 +08:00
parent 2e188e6958
commit e1e581027d

View File

@@ -373,3 +373,8 @@ func TestGetProductUpdateRule(t *testing.T) {
globals.SugarLogger.Debugf("====%d", len(keys))
globals.SugarLogger.Debugf("====%s", utils.Format4Output(keys, false))
}
func TestNameeeee(t *testing.T) {
aa := `detail_667278_/image/4229fbb12a40ddcc7a2d42728f`
fmt.Println(strings.HasPrefix(aa, "detail_"))
}