摘要:
public function import_user(){ //excel 文件 if(!empty($_FILES['data']['name'])){ $upload=$this->uploadfile('data','tempxls',5242880,array('xls','xlsx')) 阅读全文
摘要:
php页面 //获取全部属性 $sqla = "select cid from ntb_productlx_attribute where id in(".$sid.") group by cid"; //sid为选择的属性id,可用','分割保存 $shuxing = $db->select($s 阅读全文