- 主题:facebook中的script
都是
<script>big_pipe = new BigPipe(null, 4, 20, null, true);</script>
<script>big_pipe.onPageletArrive({"id":"pagelet_intentional_stream","phase":1,"pag...
这个样子,特别长的一行,基本看不懂
请教应该怎样分析它被浏览器所解释的html呢?
多谢了
--
FROM 148.87.19.*
Firebug等插件可看到生成或修改后的html结构;
如果想要了解这几句代码的具体用途,请查看页面源码或页面连接进去的js中
相关BigPipe 的部分。
【 在 CougarHead (obduracy) 的大作中提到: 】
: 都是
: <script>big_pipe = new BigPipe(null, 4, 20, null, true);</script>
: <script>big_pipe.onPageletArrive({"id":"pagelet_intentional_stream","phase":1,"pag...
: ...................
--
FROM 211.100.227.*
这个具体是什么插件呢?
【 在 shaolin (叶孤城|漫漫当爹路) 的大作中提到: 】
: Firebug等插件可看到生成或修改后的html结构;
: 如果想要了解这几句代码的具体用途,请查看页面源码或页面连接进去的js中
: 相关BigPipe 的部分。
--
FROM 148.87.19.*
应该是javascript,不是插件。
【 在 CougarHead (obduracy) 的大作中提到: 】
: 这个具体是什么插件呢?
--
FROM 211.100.227.*