摘要:
我一直在想,我的网站怎么获取远程的JSON数据,然后解析。 网络google了一大堆,到了AJAX怎么获得远程数据,最后在w3cschool里面找到了一句话。 第一个关键: With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. ... 阅读全文
摘要:
JSON全称: (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。 有什么用?就是给Javascript解析数据的,一种约定成俗的传输规范。 一个简单的例子: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--... 阅读全文