MRO工业品分类-返回全身模型
- 国产人体骨骼与内脏关系模型(85cm)
SKU:00044250
请记录SKU拨打010-68948290
人体骨骼与内脏关系模型主要显示人体除听小骨、舌骨以外的人体全身骨骼及胸腹,盆腔主要器官,分别显示颅骨(水平切)、躯干骨、上肢骨和下肢骨。 - 国产人体骨骼与内脏关系模型(85cm)
SKU:00044250.1 身高:85cm,产地:中国
// ==================== 以下变量需根据您的服务器实际设置加以修改 ==================== //$dbhost = "localhost"; // 数据库服务器 //$dbuser = "begain"; // 数据库用户名 //$dbpw = "begain@0819"; // 数据库密码 //$dbname = "begain"; // 数据库名 //$dbuser = "begain"; // mysql5数据库用户名 //$dbpw = "begain@0819"; // mysql5数据库密码 //$dbname = "begain"; // mysql5数据库名 //SET PASSWORD FOR 用户名@localhost = OLD_PASSWORD('密码'); //$dbuser = "begain"; // 数据库用户名 //$dbpw = "begain@0819"; // 数据库密码 //$dbname = "begain"; // 数据库名 $pconnect=1; $public="product"; $pathdeep="http://www.petool.com/"; $pathdeep_str="http://localhost/petool5"; $pagetotal=20; //$sortdigit=6; //分类最大可能数的位数 //$sortmax=10; //分类最大可能级数 /* //以下所有函数是真正公用函数 /////////////////////////////////////////// //Function name: set0enough($num) //parameter: $num //return: $res //description: // 不足$sortdigit位添0 //version: 1.0 /////////////////////////////////////////// function set0enough($num) { global $sortdigit; $numlength=strlen($num); for($i=0;$i<($sortdigit-$numlength);$i++) { $res.="0"; } $res.=$num; return $res; } /////////////////////////////////////////// //Function name: setenough0($num) //parameter: $num //return: $res //description: // 不足$sortdigit*$sortmax位添0 //version: 1.0 /////////////////////////////////////////// function setenough0($num) { global $sortdigit,$sortmax; $numlength=strlen($num); for($i=0;$i<(($sortdigit*$sortmax)-$numlength);$i++) { $num.="0"; } $res=$num; return $res; } */ ?>