| 这是观察搜索引擎是否识别JS的document.write()方法输出链接的内容目标页 |
| 我们猜想SE是可以抓取document.write("< a href='#'>links< /a>")输出的links页的 |
Does document.write work in XHTML? No. Because of the way XML is defined, it is not possible to do tricks like this, where markup is generated by scripting while the parser is still parsing the markup. You can still achieve the same effects, but you have to do it by using the DOM to add and delete elements. |
| 关于实验的说明请看实验介绍:link |
| 实验设计谷歌优化 实验时间:2009-4-23 |