在网站中集成 google 搜索
integrate google search in website
我有一个域,想在其他人不知道的情况下为我的 chrome 集成一个起始站点,但这不是我的问题,我想集成一个 google 搜索引擎,以便您可以搜索并转发到 google.
上的结果
<style type="text/css">
button{
width:128px;
height: 128px;
left: 40%;
position: relative;
}
button img{
width: 128px;
height: 128px;
margin-left: -8px;
margin-top: -4px;
}
input{
height: 45px;
width: 300px;
font-size: 18px;
margin-bottom: 20px;
background-color: #fff;
padding-left: 20px;
text-align: center;
left: 32%;
position: relative;
}
</style>
<button><img src="youtube.jpg"></button>
<br>
<input type="search" name="search" placeholder="Search on google here">
有很多免费的替代方法可以为您做到这一点。
如果您想要更具体的内容,请尝试 Google 自定义搜索:
我有一个域,想在其他人不知道的情况下为我的 chrome 集成一个起始站点,但这不是我的问题,我想集成一个 google 搜索引擎,以便您可以搜索并转发到 google.
上的结果<style type="text/css">
button{
width:128px;
height: 128px;
left: 40%;
position: relative;
}
button img{
width: 128px;
height: 128px;
margin-left: -8px;
margin-top: -4px;
}
input{
height: 45px;
width: 300px;
font-size: 18px;
margin-bottom: 20px;
background-color: #fff;
padding-left: 20px;
text-align: center;
left: 32%;
position: relative;
}
</style>
<button><img src="youtube.jpg"></button>
<br>
<input type="search" name="search" placeholder="Search on google here">
有很多免费的替代方法可以为您做到这一点。
如果您想要更具体的内容,请尝试 Google 自定义搜索: