<SCRIPT>
function togoogle()
{
fh1=document.getElementById("f1");
fh1.action="https://www.google.com/search";
th1=document.getElementById("kww");
th1.name="q";
}
function todict()
{
fh1=document.getElementById("f1");
fh1.action="http://dict.baidu.com/s";
th1=document.getElementById("kww");
th1.name="wd";
}
</SCRIPT>
时间: 2024-10-10 09:42:53