On the query page, the copy button can only copy the content of the div above. How to copy the content below? ? ? please. . . . . .
## range.selectNode(document.getElementById('content'));
const selection = window.getSelection();
const selection = window.getSelection();
## const selection = window.getSelection();
## document.execCommand('copy');
alert("Copying [legal representative] successfully!");
</li>
</ul>
</div>
<div class="col-md-6 footer-grid">
<h4 class="footer-head"> </h4>
<ul>
<li><p style="text-indent: -5em;margin-left: 5em">Establishment date: {$art.clrq}
& lt;/li & gt;
& lt; li & gt; & lt; p style = "text-indent: -5em; margin-heft: 5EM" & gt; approval date: {$ Art.hzrq}
</li>
}
</li>
="content3">{$art.jycs}</span>
</li>
</ul>
</div>
##
Shallow copy: Use `Object.assign()` or the spread operator `...` to copy an object, use `Array.from()` or the spread operator `...` to copy an array. For example:
-Deep copy: Use `JSON.parse()` and `JSON.stringify()` to implement deep copy. For example: