标签: java android
const cheerio = require('cheerio') const $ = cheerio.load(rawHTML) const elementHTMLString = $('.PrintButtons').html()