/* * @Author: bigFace2019 599069310@qq.com * @Date: 2023-04-11 19:17:52 * @LastEditors: lhl * @LastEditTime: 2023-05-08 18:11:53 * @FilePath: \xijs\test\browser.test.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ import getDomText from '../index'; function renderHtml() { const div = document.createElement('div'); div.setAttribute('id', 'domId'); div.innerHTML = "this id domId