.
.
.
.
.
.
.
.button:
.img-
.img-
.img-
.img-
.
.meta-
.
.
.
.link:
.table-
.table-
.table-
.table-
.table-
.table-
.table-icon:
.
@keyframes spinner {
}
@media (max-width: 767px) {
.table-
.table-
.table-
.table-
.table-
.spinner .spinner-
.spinner .spinner-border:nth-child(1) {
transform: rotate(360deg);
animation-delay: 0s;
}
.spinner .spinner-border:nth-child(2) {
transform: rotate(360deg);
animation-delay: 0.2s;
}
.spinner .spinner-border:nth-child(3) {
transform: rotate(360deg);
animation-delay: 0.4s;
}
.spinner .spinner-border:nth-child(4) {
transform: rotate(360deg);
animation-delay: 0.6s;
}
}
智能写作:四川成人高考成绩查询攻略
请输入您的手机号码,即可查询四川成人高考成绩。
成绩查询结果请注意,以上信息仅供参考,具体成绩请以官方公布为准。
考试成绩最低分数线
语文
88.00
数学
88.00
英语
88.00
// 用手机号查询成绩
document.getElementById('phone').addEventListener('input', function() {
var phone = document.getElementById('phone').value;
var url = https://api.example.com/v1/user/score?phone=${phone};
fetch(url)
.then(response => response.json())
.then(data => {
const result = data.results;
document.getElementById('table-body').innerHTML = `
语文
${result.score.语文}
数学
${result.score.数学}
英语
${result.score.英语}
`;
})
.catch(error => console.error(error));
});