我有一个带有data-
属性的HTML元素,该属性使用HttpUtility.HtmlAttributeEncode
例如:
data-id="This is "an example" attribute">
现在我想读取JavaScript中的值,因此我想解码它。但是,我似乎无法在JavaScript中找到任何解码函数(除了decodeUri,但它不起作用)
如果有HttpUtility.HtmlAttributeEncode
的替代品,那也可以。