使用JavaScript语言获取iframe的longdesc属性
<p>Your browser does not support iframes.</p>
<p>The URL of the long description is:
document.write(document.getElementById("myframe").longDesc);
<p>
上面的代码返回如下结果:The URL of the long description is: w3s.txt
