單項選擇題使用HTTP協(xié)議向指定資源提交數(shù)據(jù)進行處理請求時(例如提交表單或者上傳文件)應(yīng)使用以下哪個請求方式()

A.POST
B.GET
C.PUT
D.以上都是


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下面SQL語句中,表示過慮條件是id=1001或id=1002的是()

A.select*from table where id in(1001   1002)
B.select*from product swhere id between 1001 and 1004
C.select*from table where id not in(1004  1005)
D.select*from table where id=1001 and vend_id=1002

3.單項選擇題SQL的BETWEEN語句表示取在某一區(qū)間的值,那么條件”年齡BEWTWEEN 40 AND 50“表示年齡在40到50歲之間,且()

A.包括40歲和50歲
B.不包括40歲和50歲
C.包括40歲不包括50歲
D.不包括40歲包括50歲

4.單項選擇題

下列程序運行的結(jié)果為為()

A.hello! and abc
B.hello! and dbc
C.hi! and abc
D.hi! and dbc

5.單項選擇題

閱讀程序,輸出結(jié)果為()

A.2,3,2
B.3,3,2
C.1,3,2
D.3,2,3