摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Demo</title> <script src="jquery.js"></script> <script> $(document).ready(function(){ $("a 阅读全文
摘要:
$.ajax({ url:"api/getWeather.asp", data:{ zipcode:97201 }, dataType:"json", success:function(data){ $("#weather-temp").html("<strong>" + data.CODE + " 阅读全文