This commit is contained in:
邹宗楠
2022-12-15 18:07:31 +08:00
parent e23867832d
commit 2c9291c718

View File

@@ -14,5 +14,7 @@ func TestBillDetail(t *testing.T) {
}
func TestLen(t *testing.T) {
fmt.Println(len("【新鲜】带皮猪五花肉约500g/份"))
fmt.Println((57 & 1) != 0)
fmt.Println((57 & 64) != 0)
fmt.Println((0 & 8))
}