蒙戈b函数insert自动(名称、年份、颜色、所有者){db. KVMO. insert({名称:姓名、年份:年份,颜色:颜色,所有者:所有者});}函数insertAuto("拉达",1971年,"白色","Gorbunkoff精液")E QUERY [线程1]语法错误:缺少形参@(shell):1:20函数insertAuto("拉达",1971年,"白色","戈尔邦科夫塞门")
j8ag8udp1#
在javascript中function insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")是一个函数声明。如果你想用这些值调用函数,不要使用function关键字:insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")有关详细信息,请参见https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_formal_parameter
function insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")
insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")
1条答案
按热度按时间j8ag8udp1#
在javascript中
function insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")
是一个函数声明。如果你想用这些值调用函数,不要使用function关键字:
insertAuto("Lada", 1971, "white", "Gorbunkoff Semen")
有关详细信息,请参见https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_formal_parameter