摘要: 1 array( 16 "tablename"=>"k_company", 17 "use_field"=>"id,title", 18 "condition"=>"id=%d", 19 "primary_key"=>"id", 20 ), 21 22 );... 阅读全文
posted @ 2018-04-18 11:03 菜的掉渣 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * GET 请求 3 * 4 * @param string $url 5 */ 6 private function http_get($url) 7 { 8 $oCurl = curl_init(); 9 if (stripos($url, "https://") !== FALSE) { 10 c... 阅读全文
posted @ 2018-04-18 11:02 菜的掉渣 阅读(386) 评论(0) 推荐(0) 编辑