我需要得到< a> ref< / a>文本
我怎么能这样做? $(‘a’)。append(‘text’)只会将文字插入到< a>< / a>,
after
insertAfter
$('a').after('text'); $('text').insertAfter('a');