c vs c++ in strcut and class 总习惯用c的用法,现在学习C++,老爱拿来比较.声明我用的是g++4.2.1 SUSE Linux.看例子吧 #include <iostream> #include <cstring> #include <string> using namespace std; enum zoo_obj_kind{ null = 0, #define null null no = 0, #define no no animal…
结构体struct类似python语言中的类class,结构体类的元素可以是一个变量,或者函数或者其它的类型,好比python的属性和方法. // struct结构体,类似python语言中的class类 package main import "fmt" type person struct { //定义一个strcut Name string Age int } func main() { a := person{} //赋值给一个变量a fmt.Println(a) a.Name…
package model import "fmt" type person struct { Name string age int //其它包不能直接访问.. sal float64 } //写一个工厂模式的函数,相当于构造函数 func NewPerson(name string) *person { return &person{ Name : name, } } //为了访问age 和 sal 我们编写一对SetXxx的方法和GetXxx的方法 func (p *pe…
<% if request.QueryString="" then url="http://www.hbcz.gov.cn:7001/XZQHQueryWAR/xxcx/loca_zjxx1.jsp?page=1&table=cz_bzhqincjs&qhstr=D420684&class_fovo=&class_ssort=&D3=&D4=&T1=&T2=" else url="htt…