问题描述
- 在C#中 用post用json传递参数 怎么传
-
在C#中 用post用json传递参数 怎么传,在后台的方法中要把json的参数传递出去,用post怎么传出去啊
解决方案
http://stackoverflow.com/questions/9145667/how-to-post-json-to-the-server
解决方案二:
http://www.cnblogs.com/armyfai/p/3911741.html
解决方案三:
$.post("test.php", { name: "John", time: "2pm" },
function(data){
alert("Data Loaded: " + data);
});
解决方案四:
http://bbs.csdn.net/topics/390820845/
解决方案五:
??
public static string GetMobileConfByUserId(string userid)
??????? {
??????????? string r......
答案就在这里:C# httpwebreuqest post传参数json
时间: 2024-10-21 18:01:49