This repository was archived by the owner on Jul 8, 2023. It is now read-only.
直接返回一个函数调用
#388
Replies: 2 comments
-
|
return的后面,不会再识别首字母大写,直接把后面追加的所有东西当成了返回的内容。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
这个直接把后面所有的东西当成返回的内容了。我猜你可能希望把后面的也处理成一次调用。这个难点在于,调用本身是发生在返回之前,所以等于是遇到这种情况要在前面插入一条Message。这个有点复杂,但也不是实现不了。第二点是,如果我们这样实现了,“返回”这条消息本身的内容就没法展现了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions