Le code est le suivant :
<?php
namespace Controller\Ip;
class IpController{
public $ip;
public $key;
public function Run(){
$this->$ip = '111';
$this->$key = '222';
echo $this->$ip; //输出:222
}
Pourquoi le résultat final est-il $this->$key ? Vous cherchez une solution, j'espère que vous pourrez l'expliquer, merci beaucoup