解析html节点属性 const attribute = /^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/const html = ' id="app"></div>'// 或const html = ' @click={click}></div>'html.match(attribute)