JS如何获取<font>里面的innerHTML

2025-04-13 08:41:26
推荐回答(2个)
回答(1):




aaa


回答(2):

console.log($(this).find('font').html())
jq的话,这么写就可以了。