## 與其他編程語言的差異
* string 是數據類型,不是指針或者引用類型,默認初始化的空值是空字符串,不是`nil`。
* string 是只讀的 byte slice
* string 的 byte 數組可以存放任何數據

