mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #51] [Feature Request] 自动处理带端口的IP地址 #45
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zdm9981 on GitHub (Dec 12, 2023).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/51
如1.2.3.4:1234、[2001:db8::2]:1234 地址可以直接去除端口和括号
@tsosunchia commented on GitHub (Dec 12, 2023):
建议一步到位
提取
https://github.com/Archeb/opentrace/issues/51->github.com@Archeb commented on GitHub (Dec 12, 2023):
这是一个很好的提议,我计划实现它。
@Archeb commented on GitHub (Dec 12, 2023):
URL解析这个功能反而是一直都有。然后我刚才测试了一下,
IPAddress.TryParse这个方法可以解析 [2001:db8::2]:1234 但是不能解析1.2.3.4:1234,有点奇妙。@Archeb commented on GitHub (Dec 12, 2023):
d54be1a35d已实现