var s=xmlHttp.responseText; arr =s.split('</option>') alert(arr.length);
var a= "<p>1</p><p>2</p><p>3</p><p>4</p><p>5</p>"; result = a.match(/<p>/g); alert(result.length);
87,706
社区成员
224,617
社区内容
加载中