无法在文本区域中用鼠标突出显示文本
Can't hightlight text with mouse in textarea
我在 textarea
框中有一些代码。
我想让用户复制文本区域内的代码,但它无法突出显示。我已经尝试了一切,但仍然无法正常工作。
有谁知道为什么会这样?
<textarea rows="3" cols="50">
<button type="button" class="btn a-cart disabled"><span>ADD TO CART</span>
</button>
</textarea>
即使您的代码似乎可以正常工作,最好对您的代码进行编码 HTML
<textarea rows="3" cols="50">
<button type="button" class="btn a-cart disabled"><span>ADD TO CART</span>
</button>
</textarea>
我在 textarea
框中有一些代码。
我想让用户复制文本区域内的代码,但它无法突出显示。我已经尝试了一切,但仍然无法正常工作。
有谁知道为什么会这样?
<textarea rows="3" cols="50">
<button type="button" class="btn a-cart disabled"><span>ADD TO CART</span>
</button>
</textarea>
即使您的代码似乎可以正常工作,最好对您的代码进行编码 HTML
<textarea rows="3" cols="50">
<button type="button" class="btn a-cart disabled"><span>ADD TO CART</span>
</button>
</textarea>