您的位置: 首页 > IT文章 > 很棒的火烧字效果的脚本 很棒的火烧字效果的脚本 分类: IT文章 • 2022-04-14 14:12:17 <!--把如下代码加入<body>区域中--> <SCRipT LANGUAGE="javaScript"> <!-- Begin function whatFile() { window.location= 'file://' + document.form1.cmuds.value; } // End --> </script> <form name=form1> <input type=file name="cmuds"> <input type=button onClick="whatFile()" value="打开文件"> </form>