This commit is contained in:
邹宗楠
2023-09-12 18:59:58 +08:00
parent 0eb0d3c2ae
commit 928910f824

View File

@@ -3,7 +3,6 @@ package platformapi
import (
"fmt"
"sort"
"strings"
"testing"
"time"
@@ -62,11 +61,3 @@ func Test_store(b *testing.T) {
})
fmt.Println(tempTagList)
}
func Test_string_byte(t *testing.T) {
aa := `<b>%s</b><b>1111111111111111111</b>`
bb := strings.Replace(aa, "<b>", "<hb>", -1)
cc := strings.Replace(bb, "</b>", "</hb>", -1)
fmt.Println("bb===========", bb)
fmt.Println("cc===========", cc)
}