connect_error) { die('無法連上資料庫 (' . $mysqli->connect_errno . ') ' . $mysqli->connect_error); } #設定資料庫語系 $mysqli->set_charset("utf8"); ```