如何从C#传递参数到HtmlFile?
喜欢: System.Diagnostics.Process.Start("Sample.html","Arguments");
System.Diagnostics.Process.Start("Sample.html","Arguments");
如果我执行上面的代码,应该打开"Sample.html"文件,它应该用"参数"做一些事情.
.net c# .net-3.5
.net ×1
.net-3.5 ×1
c# ×1