摘要:
//测试 内容 固定为 你好 post $curlPost = 'mobile='.$mobile.'&message='.$message.'&memberId='.$memberid; $ch = curl_init(); $url='http://www.haibi.com.cn/sendMessage.jsp'; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_... 阅读全文
posted @ 2014-03-13 15:58
hxl2009
阅读(219)
评论(0)
推荐(0)