function example_ajax_mfile_form($form, &$form_state) { //初始化 if (empty($form_state['num_files'])) { $form_state['num_files'] = 1; } ...
確定! 回上一頁