$.get('/path/to/file', function(data) {
if(data){
//将数据塞到你的相应的dom节点中就OK了
}
/});
想问: 这个data 是需要php return $data还是echo $data .我自己试着都不好使...
慕仙森
相关分类