乱码
<!doctype html><html lang="en">
<head>
<meta charset="UTF-8">
<script type="text/javascript src="html5shiv.js"></script>
<title>??ϲ???ĵ??--??????/title>
<style type="text/css">
body{text-align;center;}
h1{ front-size : 25px ; text-align : center}
.zhuce{front-size:14px;text-slign:center;width:840px;margin:0 auto;background: #F5F5F5 ;}
.zhuce td{border:1pxsolid #BC8F8F;padding :2px3px;}
.zhuce.bbg{padding:10px 0;font-size:13px;}
#bt {width:100px;height:35px;background: #C0C0C0 };
table, th, td {
border: 1px solid black;
}
table{
border-collapse: collapse;
}
</style>
</head>
<body>
<h1>??ϲ???ĵ??--??????/h1>
<form>
<fieldset>
<table class="zhuce">
<tr>
<legend><h2>????Ϣ</h2></legend>
<td width="100px">????</td>
<td colspan="4"class="ibg">
<inputname="textName"type="text" placeholder="?????" autofocus="autofocus"/>
</td>
</tr>
<tr>
</tr>
<tr>
<td >??䣺</td>
<td colspan="4"class="ibg">
<inputname="textName"type="text"placeholder="?????? autofocus="autofocus"/>
</td>
</tr>
<form>
<tr>
<td>??ݣ?</td>
<td> <input type="text" name="class"placeholder="??????list="class_list"/>
<select>
<option value="?Ա">
<option value="??Ա">
<option value="Ⱥ?">
</select>
</option>
</form>
</td>
</tr>
</form>
<tr>
<td>??ϵ??ʽ??</td>
<td colspan="2"class="ibg">
<inputname="textTel"type="text"placeholder="xxx xxxx xxxx" autofocus="autofocus"/>
</td>
</tr>
<tr>
<td >E-mail??</td>
<td colspan="4"class="ibg">
<inputname="textName"type="text"placeholder="xxx@xx.com" autofocus="autofocus"/>
</td>
</tr>
<tr>
<td>????ڣ?</td>
<td> <input type="date" /><br /></td>
<tr>
<td> ??? </td>
<td><input type="radio"name="sex"value="male"/>?
<input type="radio"name="sex"value="female"/>Ů  
</td>
</tr>
</tr>
<tr>
<td align="center" colspan="2" bgcolor="#FFFFFF">
<input type="submit" value="???" />
<input type="reset" value="??" />
</td>
</tr>
</fieldset>
</table>
</form>
</body>
</html>
本帖最后由 肖-肖 于 2021-4-5 11:41 编辑
这个是因为你的sublim左下角显示的是:GB2312
而你代码中设置的显示格式是utf-8
这两个编码不一致所以导致代码乱码!
解决办法是:修改sublim的编码!修改为和代码中设置的一样的utf-8!
具体方法我给你个链接自己去修正吧:https://jingyan.baidu.com/article/eb9f7b6d4fe666869264e844.html
希望能帮到你!{:5_110:}
页:
[1]