我将使用ReadFile:
package main
import (
"fmt"
"io/ioutil"
)
func main() {
ReadFile("data.txt")
}
>> undefined: ReadFile
我该如何解决?
Smart猫小萌
相关分类