如何在ASP.NET中使用json [英] How to use json in ASP.NET

查看:97
本文介绍了如何在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.


这篇关于如何在ASP.NET中使用json的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆