pmr*_*pmr 10

它是布尔NOT运算符,也称为否定.

!true == false;
!false == true;
Run Code Online (Sandbox Code Playgroud)