retuen与break区别

    科技2022-08-04  102

    retuen与break区别

    1.return只能用在函数中,退出函数,即使后面还有内容,也不再执行 2.break用在跳出循环

    Processed: 0.009, SQL: 8