使用eval()

读取

for (var i=0;i< response.length; i++) {
//alert(response[i].username)
html=html+"<li>"+response[i].username+"</li>";
}