摘要:
/********函数指针***********/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
阅读(169)
评论(0)
推荐(0)
摘要:
1.页内跳转iframe122.打开链接新窗口中打开在原窗口中打开3.text元素设为只读4.css技巧默认样式值:* {margin: 0; padding: 0; background-color: transparent;}css中子元素自动继承父元素的属性值对同一元素的css定义有多种,以最... 阅读全文
posted @ 2014-11-10 09:37
feilv
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号