随笔分类 -  C#技术

摘要:using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace CommonClass.Util { /// /// 汉字转拼音类 /// public class PinYi... 阅读全文
posted @ 2016-12-27 14:41 大师兄丶 阅读(546) 评论(0) 推荐(0)
摘要:url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和 delete也可以使用,但仅部分浏览器支持。 timeout: 要求为Number类型的参数,设置 阅读全文
posted @ 2016-12-27 14:38 大师兄丶 阅读(277) 评论(0) 推荐(0)