标签: javascript jquery
我有以下方法
public string TyneMice() { return System.IO.File.ReadAllText(@"C:\Users\...\myhtml.html"); }
我想使用jQuery调用上面的字符串方法(TyneMIce)。什么语法需要使用?