A.readtext()
B.read()
C.readline()
D.readlines()
您可能感興趣的試卷
你可能感興趣的試題
A.random.randint(99)
B.random.randint(0,99)
C.random.randint(1,100)
D.random.randint(1,99)
A.len(Value)
B.Value.lenght
C.Value.lenght()
D.lenght(Value)
A.remove()方法
B.insert()方法
C.pop()方法
D.append()方法
A.models.Book.objects.all()
B.models.Book.objects.get(id=3)
C.models.Book..objects.filter(book_name=’python’)
D.models.Book.objects.create(full_name=’lsw’)
A.models.Book.objects.all()
B.models.Book.objects.get(id=3)
C.models.Book..objects.filter(book_name=’python’)
D.models.Book.objects.create(full_name=’lsw’)
最新試題
推遲指定字段的取值,僅在調(diào)用時(shí)才到數(shù)據(jù)庫查詢,需要使用什么方法?()
若有個(gè)字段需要存儲(chǔ)金額。則以下哪個(gè)字段類型最為合適?()
推遲除指定字段外的其他字段的取值,只在調(diào)用時(shí)才會(huì)從數(shù)據(jù)庫讀取,使用以下哪個(gè)方法()
ORM操作:返回全部數(shù)據(jù)的是()
若settings.py中配置有多個(gè)數(shù)據(jù)庫。則查詢時(shí)需要使用哪個(gè)命令來指定數(shù)據(jù)庫?()
以下選項(xiàng)是Python文件讀操作的是()
將項(xiàng)目配置為中文簡體的設(shè)置是()
獲取列表長度語法結(jié)構(gòu):()
模型關(guān)系中的關(guān)系字段類型不包含哪個(gè)()
ORM操作:條件查詢多條數(shù)據(jù)的是()