A.absolute B.relative C.static D.unset
以下代碼,當(dāng)網(wǎng)頁(yè)的寬度為860px時(shí)header的高度值正確的是?()
A.60px B.80px C.70px D.90px
A.Students.objects.get(id=1)返回Students類(lèi)型 B.Students.objects.filter()返回django.db.models.query.QuerySet類(lèi)型 C.Students.objects.filter(id=1).first()返回Students類(lèi)型 D.Students.objects.filter().values_list(’id’)返回list類(lèi)型