單項(xiàng)選擇題在Python中,如何連接兩個或多個路徑?()

A.os.path.join()
B.path.join()
C.os.join()
D.connect()


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在Python中,如何獲取列表的最后一個元素?()

A.list[-1]
B.list[len(list)]
C.list.last()
D.list.end()

2.單項(xiàng)選擇題在Python中,如何檢查一個字符串是否以指定字符串開始?()

A.str.startswith()
B.str.beginswith()
C.str.starts()
D.str.begin()