2016年11月23日

摘要: 1 <style type="text/css"> 2 #t>div{padding:16px;} 3 #t dl{margin:16px 0;} 4 #t dt{padding:16px 16px 16px 0;color:#999;} 5 #t dd{display:inline;margin: 阅读全文
posted @ 2016-11-23 17:11 zengyanlove 阅读(125) 评论(0) 推荐(0) 编辑
 
摘要: 1 //天气预报 2 $ch = curl_init(); 3 $url = "http://www.baidu.com/home/other/data/weatherInfo?city=$city"; 4 5 // 添加apikey到header 6 curl_setopt($ch, CURLOP 阅读全文
posted @ 2016-11-23 16:53 zengyanlove 阅读(145) 评论(0) 推荐(0) 编辑