12 2013 档案
摘要:$(function () { $.getJSON("http://query.yahooapis.com/v1/public/yql?callback=?", { q: "select * from json where url='http://m.weather.com.cn/data/101210101.html'", format: "json" }, function (data) { if (data.query.results) { ...
阅读全文
摘要:C# : public string RemoveHTML(string html) { html = Regex.Replace(html, @"", "", RegexOptions.IgnoreCase); html = Regex.Replace(html, @"]*)>", "", RegexOptions.IgnoreCase); html = Regex.Replace(html, @"([\r\n])[\s]+", "", RegexOptions.Ig
阅读全文

浙公网安备 33010602011771号