[求助]下面代码是实现什么功能的????
<script>
function a()
{
window.parent.send_every.location.reload();
window.parent.send_one.location.reload();
}
</script>
这是实现什么功能的????
<script>
function a()
{
window.parent.send_every.location.reload();
window.parent.send_one.location.reload();
}
</script>
这是实现什么功能的????
谢谢啊