There is also a default clause to match any value that is is not caught explicitly. int result = http_get(); switch (result) { case 200: success = true; ...
確定! 回上一頁