以下哪个不属于Path接口的常用方法()
A: boolean endsWith(String other)
B: Path getParent()
C: Path get(URI uri)
D: URI toUri()
A: boolean endsWith(String other)
B: Path getParent()
C: Path get(URI uri)
D: URI toUri()
举一反三
- (1314-67)Path接口提供static Path get(URI uri) 方法直接通过路径返回Path对象。
- Uri主要有三部分组成,分别是scheme、authority和path
- 【单选题】下面选项中,哪个方法用于设置Cookie的有效路径() A: String setPath(String uri) B: void setPath(String uri) C: void setDomain(String uri) D: String setDomain(String uri)
- 以下哪个不属于Path接口的常用方法()
- Uri的路径(path)可以用来表示我们要操作的数据,路径的构建应根据业务而定