【发布时间】:2021-02-14 15:38:39
【问题描述】:
函数 output(string*[1])* 带有下划线。我不明白为什么它不返回 E。
function output(string[1]) {
}
return output;
}
countBs("hello")
【问题讨论】:
-
代码是function countBs(string){ countBs[count]; } countBs("hello") function countBs(string){ function string[count]{ if } }
-
function output(string[1]) {是无效语法,function output(string) {是。
标签: javascript function return