Golang在marshal json时会默认会进行escapeHTML的处理。 示例代码:. package main import ( "bytes" "encoding/json" "fmt" ) type Test struct ...
確定! 回上一頁