C#直接引用js文件调js里的数据

    C#直接引用js文件调js里的数据

 引入命名空间 using System.IO;
 

string path = AppDomain.CurrentDomain.BaseDirectory + "/content/js/branddata.js";
string str2 = File.ReadAllText(path);

path:js所在的路径

str :js文件里的数据

 

posted @ 2019-04-01 17:21  蜗牛的密密  阅读(2326)  评论(0编辑  收藏  举报