请问<div class="count" id="apps_svy_opt_count_10222647_4">0</div>
"apps_svy_opt_count_10222647_4"这个是什么?
"apps_svy_opt_count_10222647_4"这个是什么?
2015-01-12
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>认识html标签</title>
<style type="text/css">
h1{
font-weight:normal;
color:red;
}
</style>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>认识html标签</title>
<style type="text/css">
h1{
font-weight:normal;
color:red;
}
</style>
</head>
2015-01-12
<option value="旅游" selected="selected">旅游</option>
2015-01-12
<input type="checkbox" value="1" name="sex" />
<label>女</label>
<input type="checkbox" value="2" name="sex" />
为什么 这样可以通过 只改type 无法通过
<label>女</label>
<input type="checkbox" value="2" name="sex" />
为什么 这样可以通过 只改type 无法通过
2015-01-11