js函数定义  参数只要写名称就可以了

以下为标准:

function add(type)  {

}

不要写成下面这个样子

function add(var type)  {

}

哎 妹的  老何java混淆

05-04 07:35