?????? ?? ???? ??? ?? ???
onselect ??? ?? ???
?? ?? ???????.
??? ??? ???? ????. ??? ??? ???? ???? ???? ?????.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>內(nèi)容選中事件</title> </head> <body> <input type="text" onselect="onf()" value="php 中文網(wǎng)中文網(wǎng)中文網(wǎng)"> <script type="text/javascript"> function onf(){ alert('您已觸發(fā)選中內(nèi)容事件'); } </script> </body> </html>
??: ????? ? ???? ?? ???? ??, ?? ??? ?? ?? ?? ??? ???? ? ?? ?????.