gpt4 book ai didi

powershell - 如何从给定的 URL 解析基本路径?

转载 作者:行者123 更新时间:2023-12-02 18:46:49 26 4
gpt4 key购买 nike

给定如下 URL:https://xyzt-pbi.co.com/reports/powerbi/Platform%20Status%20Reports/MSAS%20PBI%202019%20v10

我如何在powershell中解析服务器,换句话说,我只想要这部分:xyzt-pbi.co.com

最佳答案

转换为 [uri] ( System.Uri ) 并访问结果实例的 .Host 属性:

PS> (
[uri] 'https://xyzt-pbi.co.com/reports/powerbi/Platform%20Status%20Reports/MSAS%20PBI%202019%20v10'
).Host

xyzt-pbi.co.com

关于powershell - 如何从给定的 URL 解析基本路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67326785/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com