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