1. json_decode(json数据,true) //把json字符串转换成数组
  2. file_get_contents(url) //获取当前url中的内容(html代码模式)