趁我写例子这点时间有两个人回答了 呵呵 刚才试验过了 看下例子吧 JS 方法: 代码如下: [removed] // 得到字符串的真实长度(双字节换算为两个单字节) function getStrActualLen(sChars) { //sChars.replace(/[^\x00-\xff]/g,”xx”).length/1024+”字节”; //Math.round(sChars.replace(/[^\x00-\xff]/g,”xx”).length/1024);这个貌似不好使 return alert(formatNum(sChars.r