讀檔Read File. // 回傳byte slice 和error func ReadFile(filename string) ([]byte, error) bs, err := ioutil.ReadFile(filename)
確定! 回上一頁