js 字符连接对象 博客分类: js JavaScript
程序员文章站
2024-03-14 12:46:34
...
function StringBuffer(){ this.str = []; } StringBuffer.prototype = { append:function(str){ this.str.push(str); return this; }, toString:function(){ return this.str.join(''); }, clear:function(){ this.str.length = 0; return this; } }
推荐阅读
-
js 字符连接对象 博客分类: js JavaScript
-
js ↵字符 处理 博客分类: js
-
JS中的prototype 博客分类: jss css javascript
-
js简单性能问题以及js学习总结 博客分类: javascript jsjavascript性能
-
javascript思维导图-经典 博客分类: 移动互联网开发移动互联网开发,html5js javascript思维导图经典
-
实例:Cocos2d-js中使用纹理对象创建Sprite对象 博客分类: cocos2d-xswift移动开发,cocos2d cocos2d-x
-
node的流对象学习(读流和写流) 博客分类: Node.js node
-
js处理中文乱码 博客分类: JAVASCRIPT
-
页面所有元素加载完成之后执行某个js函数 博客分类: JavaScript,jQueryHtml javascriptjquery页面加载完之后
-
页面所有元素加载完成之后执行某个js函数 博客分类: JavaScript,jQueryHtml javascriptjquery页面加载完之后