码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2019-04-01 22:39:08      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:命名   nbsp   .com   img   ring   直接   system   tor   string   

 

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

 引入命名空间 using System.IO;
 

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

path:js所在的路径

str :js文件里的数据
技术图片

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

标签:命名   nbsp   .com   img   ring   直接   system   tor   string   

原文地址:https://www.cnblogs.com/qiu18359243869/p/10639672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!