如何在ASP.NET中使用json

问题描述:

我有一个visual studio 2008,我想通过使用asp.net访问json我有一个json如何在asp.net中使用它的例子



请帮忙使用这个



我尝试过:



http ://192.168.1.10:8090 / sendsms?username = user& password = 123456789& phone = 03001234567& message = hiworld

i have a visual studio 2008 and i want to access json by using asp.net i have a example of json how to use this in asp.net

please help to use this

What I have tried:

http://192.168.1.10:8090/sendsms?username=user&password=123456789&phone=03001234567&message=hiworld

Quote:

http://192.168.1.10:8090/sendsms?username=user&password=123456789&phone=03001234567&message=hiworld

http://192.168.1.10:8090/sendsms?username=user&password=123456789&phone=03001234567&message=hiworld



首先,你应该学习一些关于IP地址方案的事情。

192.168.xxx.xxx是一个不可路由的地址等级,这意味着这个等级不能是从您的家庭/公司网络外部访问。这些地址无法通过互联网访问。

成千上万的公司/家庭在自己的网络中拥有一台地址为192.168.1.10的计算机。

所以你的网址绝对没用本网站上的任何人。


First of all, you should learn a few things about IP address scheme.
192.168.xxx.xxx is a rank of addresses which are non routable, this mean that this rank can not be accessed from outside of your home/company network. Those addresses can not be accessed from internet.
Thousands of companies/homes have a computer with address 192.168.1.10 in their own network.
So your url is absolutely useless for anyone on this site.

Quote:

如何在ASP.NET中使用json

How to use json in ASP.NET



您的问题非常普遍,简单的Google搜索会更快地为您提供有用的答案。


Your question is so general that a simple Google search will give you useful answers much faster.