发言[SendSay]<table> <thead> <tr> <th>function</th> <th>str</th> </tr> </thead> <tbody> <tr> <td>SendSay</td> <td>发言内容</td> </tr> </tbody> </table> <pre><code class="language-lua">SendSay(&#039;你好啊&#039;)</code></pre>