摘要: 1. PHP is Hypertext Preproocessor。 2. Hello World: 3. 标记风格: a) b) c) 短标签 4. 注释: a) // b)... 阅读全文
posted @ 2014-06-24 21:43 _tham 阅读(145) 评论(0) 推荐(0) 编辑
摘要: #include #include #define LEN sizeof(struct student)/*----------------数据定义----------------------*/ //定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针 struct student{ ... 阅读全文
posted @ 2014-06-24 21:34 _tham 阅读(192) 评论(0) 推荐(0) 编辑