为了账号安全,请及时绑定邮箱和手机立即绑定

js获取页面选中文字并显示为什么不对,哪里错啦。

js获取页面选中文字并显示为什么不对,哪里错啦。

昔日灬虚无 2016-08-15 11:00:11
window.onload=function(){ document.getElementById('txt').onMouseUp=function(){ var text=window.getSelection(); if(text.toString().length>1){ alert(text);} }}//txt是页面文字所在div的id,应用的chrome浏览器,暂时不考虑其他浏览器兼容问题。
查看完整描述

2 回答

已采纳
?
慕标2337738

TA贡献23条经验 获得超13个赞

<!DOCTYPE html>
<html>
  <head>
    <title>2.html</title>
 
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
  </head>
  <script type="text/javascript">
  window.onload=function(){
document.getElementById('txt').onmouseup=function(){
var text=window.getSelection();
if(text.toString().length>1){
alert(text);}
}
}
  </script>
  <body id="txt">
    This is my HTML page. <br>
  </body>
</html>
--mouseup首字母大写了

 

查看完整回答
1 反对 回复 2016-08-15
?
qq_就不告诉你_03636250

TA贡献7条经验 获得超2个赞

楼上  好吊的样子

查看完整回答
反对 回复 2016-08-15
  • 2 回答
  • 0 关注
  • 1381 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信