html在网页中内嵌百度搜索,如何在自己的网页嵌入百度搜索

   日期:2024-12-26    作者:mydaya 移动:http://mip.riyuangf.com/mobile/quote/36511.html

(1)*.aspx中的代码

html在网页中内嵌百度搜索,如何在自己的网页嵌入百度搜索

(2)*.aspx.cs中的代码

protected void btn_Click(object sender, EventArgs e)

{

string texthere = text1.Text;

string searchtext = "http://www.baidu.com/s?wd=" + System.Web.HttpUtility.UrlEncode(texthere, System.Text.UnicodeEncoding.GetEncoding("GB2312")).ToUpper()

+ "&cl=3";

Response.Redirect(searchtext);

}

(3)相关解析


特别提示:本信息由相关用户自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


举报收藏 0评论 0
0相关评论
相关最新动态
推荐最新动态
点击排行
{
网站首页  |  关于我们  |  联系方式  |  使用协议  |  隐私政策  |  版权隐私  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2020018471号