2020年9月1日 星期二

vb.net 網址加解密 ASCII to Symbol [Encode and Decode URL]

1
2
3
4
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        MsgBox("網址加密:" & Uri.EscapeDataString("https://sites.google.com/site/smallgcok/%E5%86%B0%E6%A5%93%E7%9F%AD%E7%B6%B2%E5%9D%80%20ver%201.0.rar?attredirects=0&d=1"))
        MsgBox("網址解密:" & Uri.UnescapeDataString("https://sites.google.com/site/smallgcok/%E5%86%B0%E6%A5%93%E7%9F%AD%E7%B6%B2%E5%9D%80%20ver%201.0.rar?attredirects=0&d=1"))
    End Sub

沒有留言:

張貼留言