1

考虑到这段代码

if ($x > 0 and $x !== 1)   {
 return;
}

根据 PSR-12 标准,比较运算符是否表示为andandor而不是&&并被认为是可接受的?||

4

0 回答 0