'; //使用迴圈取得 $_GET['learning'] 陣列內的資料 foreach( $_GET['learning'] as $learning ){ echo "$learning "; } ?>