document.write('
解析:
<script language="javascript">
for(key in document){
 document.write(key +\'===\'+ document[key]+\'<br />\');}
</script>
');