当我在chrome浏览器中启动html文件时,如果我们尝试在URL和ListView
后面附加关键字和GUID,并由fade
代替。但是,它可以与Internet Explorer正常工作。为什么?
'#'
答案 0 :(得分:0)
您应该使用decodeURIComponent
方法并传递arg。
processBrowser.StartInfo.Arguments = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), decodeURIComponent(arg));