使用jQuery解码html消息 [英] Decoding an html message using jQuery

查看:71
本文介绍了使用jQuery解码html消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在html页面上对此进行解码



[对象HTMLLIElement]

解决方案

正文一个 HTMLLIElement (以及任何其他 HTMLElement )存储在其 textContent property。

  var  text = yourElement.textContent; 


How to decode this on an html page

[object HTMLLIElement]

解决方案

The text of a HTMLLIElement (and any other HTMLElement) is stored in its textContent property.

var text = yourElement.textContent;


这篇关于使用jQuery解码html消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆