解析html节点属性

    1. const attribute = /^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/
    2. const html = ' id="app"></div>'
    3. // 或
    4. const html = ' @click={click}></div>'
    5. html.match(attribute)