PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

请教: [复制链接]

1#
下面这段代码实现的是在自己网页中加入百度搜素引擎,可是当输入汉字的时候却显示乱码或繁体字,与所输入的内容部一致,请问:该怎样解决?
<!--百度搜索--><center>
<form action="http://www.baidu.com/baidu" target="_blank">
    <table bgcolor="#ffffff">
        <tbody>
            <tr>
                <td><input type="hidden" name="tn" value="baidu" /> <a href="http://www.baidu.com/"><img border="0" alt="Baidu" align="bottom" src="http://img.baidu.com/img/logo-80px.gif" /></a> <input size="33" name="word" type="text" /> <input type="submit" value="百度搜索" /></td>
            </tr>
        </tbody>
    </table>
</form>
</center>
分享 转发
TOP
2#

以上代码,单独使用没有问题,可能是你嵌入到的相应文件字体或编码设置不对,试试设为默认
TOP
发新话题 回复该主题