Sprintf to format a string without printing it: s := fmt.Sprintf("Binary: %b\\%b", 4, 5) // s == `Binary: 100\101`
確定! 回上一頁