mirror of
https://gitee.com/johng/gf
synced 2026-06-26 01:24:04 +08:00
10 lines
142 B
Go
10 lines
142 B
Go
package main
|
|
|
|
import (
|
|
"github.com/gogf/gf/net/ghttp"
|
|
)
|
|
|
|
func main() {
|
|
ghttp.PostContent("http://127.0.0.1:8199/", "array[]=1&array[]=2")
|
|
}
|