如何使用操纵up来单击框架集中存在的按钮。请找到示例html代码。
<html>
<head>....</head>
<frameset>
<frameset>
<frame>
#document
<html>
<head></head>
<body>
<btn id="btn"></btn>
</body>
</html>
</frame>
<frame>.....</frame>
</frameset>
</frameset>
</html>