检查您尝试追加到节点的文本是否没有像这样转义:
var prop = { match: { description: '<h1>Hi there!</h1>' }};代替这个:
var prop = { match: { description: '<h1>Hi there!</h1>' }};
检查您尝试追加到节点的文本是否没有像这样转义:
var prop = { match: { description: '<h1>Hi there!</h1>' }};代替这个:
var prop = { match: { description: '<h1>Hi there!</h1>' }};