C# 直接引用js文件,调js里的数据
程序员文章站
2022-03-20 08:53:08
C# 直接引用js文件,调js里的数据 引入命名空间 using System.IO; string path = AppDomain.CurrentDomain.BaseDirectory + "/content/js/branddata.js"; string str2 = File.ReadA ......
c# 直接引用js文件,调js里的数据
引入命名空间 using system.io;
string path = appdomain.currentdomain.basedirectory + "/content/js/branddata.js";
string str2 = file.readalltext(path);
path:js所在的路径
str :js文件里的数据