this在js中是很重要一部分,本文主要和大家分享php的this和self简单介绍,希望能帮助到大家。
static $t_follow = 'df_shop_follow';
this只能引用外部的public,以及内部的public变量
$this->t_follow
self只能访问当前页面的static变量
self::$t_channel
this比self的访问权限更大
相关推荐:
Atas ialah kandungan terperinci php的this和self简单介绍. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!