以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 网址中的中文如何转换? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=178489) |
-- 作者:happyft -- 发布时间:2022/7/6 14:24:00 -- 网址中的中文如何转换? Dim url As String = e.Request.URL.ToString
\'通用e参数获取的url如下: http://xxx.xxx.xxx/mobile/html/cgdd_edit.html?_identify=4629&type=edit&tbname=采购单&flowID=0 foxtable界面中如何将上述网址中的中文转投为utf-8的格式即: http://xxx.xxx.xxx/mobile/html/cgdd_edit.html?_identify=4629&type=edit&tbname=%E9%87%87%E8%B4%AD%E5%8D%95&flowID=0 谢谢! |
-- 作者:有点蓝 -- 发布时间:2022/7/6 14:29:00 -- urlencode:http://www.foxtable.com/mobilehelp/topics/0241.htm |