不用新变量直接交换现有两个变量的值 作者: 术哥 时间: 2020-08-24 分类: 技术 1.使用List()函数a=1;b = 2; list(a,b)=array(b,a); echo a.′/′.b;//1/1 标签: 技术, PHP