源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

JQuery解析HTML、JSON和XML实例详解

  • 时间:2022-03-06 17:28 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:JQuery解析HTML、JSON和XML实例详解
[b]1、HTML[/b] 有的时候会将一段HTML片段保存在HTML文件中,在另外的主页面直接读取该HTML文件,然后解析里面的HTML代码片段融入到主页面中。 fragment.html文件,其内容:
[url=#]         <li><a id="a2" href="#">show json</a></li>          <li><a id="a3" href="#">show xml</a></li>      </ul>          <p>Show Content:</p>      <div id ="div2"></div>      </form>      <div>        </div>  </body>  </html> 
利用FireFox浏览器打开该Test.html文件,效果如下 [img]http://files.jb51.net/file_images/article/201403/201403291115302.png[/img] 点第一个超链接会在Show Content区域显示新插入的html片段 [img]http://files.jb51.net/file_images/article/201403/201403291115423.png[/img] 点第二个超链接,会显示json数据: [img]http://files.jb51.net/file_images/article/201403/201403291115464.png[/img] 点第三个超链接,会显示xml数据: [img]http://files.jb51.net/file_images/article/201403/201403291115465.png[/img] [b]PS:这里再为大家提供几款关于json与xml操作的在线工具供大家参考使用:[/b] [b]在线XML/JSON互相转换工具: [/b][b]http://tools.jb51.net/code/xmljson[/b][/url] [b]在线格式化XML/在线压缩XML: [/b][url=http://tools.jb51.net/code/xmlformat][b]http://tools.jb51.net/code/xmlformat[/b][/url] [b]XML在线压缩/格式化工具: [/b][url=http://tools.jb51.net/code/xml_format_compress][b]http://tools.jb51.net/code/xml_format_compress[/b][/url] [b]在线JSON代码检验、检验、美化、格式化工具: [/b][url=http://tools.jb51.net/code/json][b]http://tools.jb51.net/code/json[/b][/url] [b]JSON在线格式化工具: [/b][url=http://tools.jb51.net/code/jsonformat][b]http://tools.jb51.net/code/jsonformat[/b][/url]
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部