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’)
最新試題
下列關(guān)于Django drf請(qǐng)求對(duì)象說(shuō)法錯(cuò)誤的是:()
ORM操作:返回全部數(shù)據(jù)的是()
ORM操作:返回一條數(shù)據(jù)的是()
模型關(guān)系中的關(guān)系字段類型不包含哪個(gè)()
下列關(guān)于Django drf概要和客戶端庫(kù)描述錯(cuò)誤的是()
django-rest-framework 提供了資源操作的5個(gè)混入類,分別對(duì)應(yīng)資源的創(chuàng)建、查詢、更新、刪除,下列說(shuō)法正確的是()
獲取列表長(zhǎng)度語(yǔ)法結(jié)構(gòu):()
下列方法用于列表添加對(duì)象的是下列哪個(gè)選項(xiàng):()
要在django項(xiàng)目中創(chuàng)建新的app,名稱為polls,該使用哪個(gè)命令?()
filter和exclude的區(qū)別描述正確是()