摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Demo</title> <script src="jquery.js"></script> <script> $(document).ready(function(){ $("a 阅读全文
posted @ 2016-02-26 16:14 平小宅 阅读(79) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ url:"api/getWeather.asp", data:{ zipcode:97201 }, dataType:"json", success:function(data){ $("#weather-temp").html("<strong>" + data.CODE + " 阅读全文
posted @ 2016-02-26 14:08 平小宅 阅读(101) 评论(0) 推荐(0) 编辑