• 解析url port

    参数

    • 可选url: string = location.href

    返回 string

    u.parseUrlPort('/'); // ''
    u.parseUrlPort('https://www.测试.test.com:8080'); // '8080'
    u.parseUrlPort('://localhost:3000'); // '3000'
    u.parseUrlPort(); // ''