摘要: /********函数指针***********/int max(int a, int b) { if (a > b) return a; else return b;}int main() { int max()(int a, int b); int (*pmax)(); int x, y, z;... 阅读全文
posted @ 2014-11-10 16:09 feilv 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1.页内跳转iframe122.打开链接新窗口中打开在原窗口中打开3.text元素设为只读4.css技巧默认样式值:* {margin: 0; padding: 0; background-color: transparent;}css中子元素自动继承父元素的属性值对同一元素的css定义有多种,以最... 阅读全文
posted @ 2014-11-10 09:37 feilv 阅读(179) 评论(0) 推荐(0) 编辑