10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
|
|
// 用药指导-MDR1
|
|
|
|
$temp = [
|
|
'皮肤类肿瘤疾病'=>'皮肤',
|
|
'皮肤肿瘤疾病'=>'皮肤',
|
|
];
|