微信登录

python while break

  1. while( 布尔表达式 ) {
  2. //循环内容
  3. }

break 关键字

continue 关键字

python while break