代码
提交代码
if(typeof(EventSource)!=="undefined"){ var source = new EventSource("http://127.0.0.1/test.php"); }
运行结果