文章目录 1. 函数语法 1. 函数语法 函数定义: 语法1 函数名() { 代码块 return N } 语法2 function 函数名 { 代码块 return N } 函数调用: 函数名 #不需要括号