求救:用vb.net编写window下应用程序中如何将带中文字符串进行url编码?
例如:
dim s as string
s="http://10.19.11.11?content=查询"
如何变为
s=“http://10.19.11.11?content=%B2%E9%D1%AF”
求救:用vb.net编写window下应用程序中如何将带中文字符串进行url编码?
例如:
dim s as string
s="http://10.19.11.11?content=查询"
如何变为
s=“http://10.19.11.11?content=%B2%E9%D1%AF”