Is there a way to write a byte array to a file? I have the file name and file extension(like temp.xml).
1条回答 默认 最新
- dougan0529 2015-09-21 05:36关注
Sounds like you just want the
ioutil.WriteFile
function from the standard library.https://golang.org/pkg/io/ioutil/#WriteFile
It would look something like this:
permissions := 0644 // or whatever you need byteArray := []byte("to be written to a file ") err := ioutil.WriteFile("file.txt", byteArray, permissions) if err != nil { // handle error }
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 C# 调用Bartender打印机打印
- ¥100 华为ensp只要2-9实验运行结果能做的来加我QQ
- ¥15 我这个代码哪里有问题 acm 平台上显示错误 90%,我自己运行好像没什么问题
- ¥50 C#编程中使用printDocument类实现文字排版打印问题
- ¥15 找会编程的帅哥美女 可以用MATLAB里面的simulink编程,用Keil5编也可以。
- ¥15 已知隐函数其中一个变量τ的具体值,求另一个变量
- ¥15 r语言Hurst指数
- ¥15 Acrn IVSHMEM doorbell问题
- ¥15 yolov5中的val测试集训练时数量变小问题
- ¥15 MPLS/VPN实验中MPLS的配置问题