正文 166字数 334,426阅读

$str=<<<EOT string string2 EOT; $str1="string\r\nstring2"; if($str==$str1) { echo "str==str1"; }
Run code
Cut to clipboard