摘要: 1、导入 2、导出$result = mysql_query("select * from student order by id asc");$str = "姓名,性别,年龄\n";$str = iconv('utf-8','gb2312',$str);while($row=mysql_fe... 阅读全文
posted @ 2016-01-09 14:12 充实地生活着 阅读(343) 评论(0) 推荐(0)