<script language="javascript">function selecttoolid(id){var WshShell = new ActiveXObject("Wscript.Shell"); switch(id){ case 'find': try{WshShell.SendKeys("^f");} catch(e){} break }WshShell.Quit; }</script><body onload="selecttoolid('find')"></body> 相关文章: 2022-01-06 2022-12-23 2022-12-23 2022-12-23 2021-11-20