例如Python的 while some_condition(): # presumably one that eventually turns false pass 可以轉換為以下C++ while (/* some condition */) ;
確定! 回上一頁