```js Page({ onLoad(){ // this.greeting 无提示,类型为 any }, greeting(name) { return "Hello " + name; } }) ```