php函数json_decode()以前忽视的一点:
json_decode($str)会将数据转化为对象格式
json_decode($str,true)会将数据转化为数组格式
将html做成手机自适应的效果,只需在head里加上
<meta http-equiv="Content-Type" content="width=device-width,user-scalable=no; charset=utf-8" name="viewport";/>