level 8
jy03692141
楼主
书上说 教无返回函数把以下代码丢上来了,可是也执行不了 输出没任何东西。求解?
<script>
function func(text)
{
window.status=text;
}
</script>
代码如上
2012年03月18日 16点03分
1
<script>
function func(text)
{
window.status=text;
}
</script>
代码如上


