更新内核
增加自定义表单(未完成)
This commit is contained in:
@@ -89,6 +89,9 @@ class Response
|
||||
*/
|
||||
public function send()
|
||||
{
|
||||
// 监听response_send
|
||||
Hook::listen('response_send', $this);
|
||||
|
||||
// 处理输出数据
|
||||
$data = $this->getContent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user