随笔分类 - golang
摘要:在go语言中没有类以及构造函数的说法,只有类似的结构体: package main import "fmt" type Books struct { title string author string subject string book_id int } func main() { // 创建
阅读全文
摘要:Port:8080<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jsonp</title> <script type="text/javascript"> function sayHello(data){
阅读全文


浙公网安备 33010602011771号