$(function(){//获得JSON数据
$.getJSON("registerLoad/tags.html",function(json){
//清空内容
$("#note_tage_1").find("li").remove();
varcount=1;
//vartags="";
//便利JSON数组对象
$.each(json,function(i,item){
if(count<=4){
tag="{"+item.tagid+":\""+item.tag+"..
分类:
Web程序 时间:
2016-10-11 22:11:56
阅读次数:
615