📄 baidu.js
字号:
document.writeln('<script type="text/javascript">');
document.writeln('function validate_baidu(theform) {');
document.writeln(' if(theform.site.value == 1) {');
document.writeln(' theform.wd.value = \'site:' + baidu_host + ' \' + theform.wd.value;');
document.writeln(' }');
document.writeln('}');
document.writeln('function submitFormWithChannel(channelname) {');
document.writeln(' document.gform.channel.value=channelname;');
document.writeln(' document.gform.submit();');
document.writeln(' return;');
document.writeln('}');
document.writeln('</script>');
document.writeln('<form name="gform" id="gform" method="get" action="http://www.baidu.com/s?" target="_blank" onSubmit="validate_baidu(this);">');
document.writeln('<input type="hidden" name="client" value="aff-jsprun" />');
document.writeln('<input type=hidden name=ie value="' + baidu_charset + '">');
document.writeln('<input type=hidden name=sr>');
document.writeln('<input type=hidden name=z value="">');
document.writeln('<input type=hidden name=cl value=3>');
document.writeln('<input type=hidden name=f value=8>');
document.writeln('<input type=hidden name=ct value="0">');
document.write('<a href="http://www.baidu.com" target="_blank"><div style="cursor:pointer;float: left;width:70px;height:23px;)"><img src="images/common/baidu_image.gif" border="0" alt="Baidu" /></div></a>');
document.writeln(' <input type="text" name=wd id="wd" size="10" maxlength="255"></input>');
document.writeln('<select name="site">');
document.writeln('<option value="0">网页搜索</option>');
document.writeln('<option value="1">站内搜索</option>');
document.writeln('</select>');
document.writeln(' <button type="submit" name="sa" value="true">搜索</button>');
document.writeln('</form>');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -