Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
printable函数主要是用来将 string 中的非 unicode 编码字符去掉
printable
func printable(s1 string) s2 string
B\x0a\x0b\x0cA
printable("B\x0a\x0b\x0cA")
BA
Was this page helpful?