× 目录 [1]函数的声明方式 [2]函数的调用方式 [3]两种声明方式的区别 函数:将完成某一特定功能的代码集合起来,可以重复使用的代码块. ------------------------------------- 一.函数的声明方式(创建) A.基本语法 function 关键字 function 函数名([参数1],[参数2]....){ 函数体 [retrun] //返回值 } function math () { var num1=parseFl…
If only member function clear of WindowMgr is a friend of Screen, there are some points need to note. Sequence is important. First, define the WindowMgr class in WindowMgr.h, which declares, but cannot define clear function. Screen must be declared b…