[int] sayLove([ ])
{
} 不是说自创格式是这样的吗? 为什么答案里面没有[ ]方括号啊
int sayLove()
}
方括号只是他为了说明加上去的。
不是说,需要定义类型才有那个方括号?