js计算字符个数回车换行兼容所有浏览器.rar

时间:2016-01-02 08:09:16
【文件属性】:

文件名称:js计算字符个数回车换行兼容所有浏览器.rar

文件大小:958B

文件格式:HTML

更新时间:2016-01-02 08:09:16

js计算字符

<html <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style> textarea{ height:120px; width:300px; } </style> [removed] function check() { var zfara=document.getElementById("zfara").value; var zfid=document.getElementById("zfid"); var testStr = zfara.replace(/\n/g, "\r\n"); var testStr2 = testStr.replace(/\r\r\n/g, "\r\n"); //兼容IE7,8,FF var testStr3 = testStr2.replace(/\r\n\r/g, "\r\n"); //兼容IE9 zfid[removed]=testStr3.length; } [removed] </head> <body <textarea id="zfara"
您当前输入了


网友评论

  • 测试通过 可以用的
  • 测试通过,真的不错哦