刚接触workerman,建立了一个httpserver。地址为http://127.0.0.1:1234/?input=123 在onMessage里用$_GET赋值可以正常获取,但是debug模式下会提示notice undefined index input at xxx行. 这是什么原因?...