将JavaScript引擎嵌入.NET
// c# classpublic class A{
public string Hello(string msg)
{
return msg + " whatewer";
}}// js snippetvar a = new A();console.log(a.Hello('Call me'));
// i have a console.log implemented, don't worry, it's not a client-side code :)
幕布斯7119047
随时随地看视频慕课网APP
相关分类