网站开发与移动开发

博客园 首页 新随笔 管理

2011年8月20日 #

摘要: 网页中如何设置在网页地址栏中的小图标:(推荐在线制作:http://free.logomaker.cn/tools/icoMaker.aspx )下面我们就讲讲: <link rel="SHORTCUT ICON" href="http://****/*****.ico"> <link rel="BOOKMARK" href="http://*****/*****.ico">eg.<link rel="shortcut icon" href="favico 阅读全文
posted @ 2011-08-20 13:58 txf2004 阅读(305) 评论(0) 推荐(0) 编辑

摘要: PHP解析JSON与XML与大多数流行的 Web 服务如 twitter 通过开放 API 来提供数据一样,它总是能够知道如何解析 API 数据的各种传送格式,包括 JSON,XML 等等。PHP解析JSON数据$json_string='{"id":1,"name":"foo","email":"foo@foobar.com","interest":["wordpress","php"]} '; $obj=json_d 阅读全文
posted @ 2011-08-20 10:34 txf2004 阅读(193) 评论(0) 推荐(0) 编辑