随笔分类 -  性能优化

摘要:var html = '';for (var i=0; i'+i+'';}$('#content').append(html);第一种事件绑定方式$('#content p').off('click').on('click', function() { $('#content')... 阅读全文
posted @ 2017-07-11 10:03 ning0_o 阅读(227) 评论(0) 推荐(0)