package main import "fmt" func main() { fmt.Println("Hello, WebAssembly!") } 然后执行 GOOS=js GOARCH=wasm go build -o main.wasm 将main.go文件 ...
確定! 回上一頁