属性 属性类型描述onWebViewCreatedWebViewCreatedCallback(WebViewCreatedCallback(WebViewController controller))首次创建 Web 视图时调用的可选回调。 [controller] 是创建的 web 视图的 [W...
<?php declare (strict_types=1); namespace app\server; use think\worker\Server; use Workerman\Connection\TcpConnection; class index extends Server { protected $protocol = 'websoc...