猿问
php 中 两个$什么意思?
php 中 两个$什么意思
狐的传说
浏览 871
回答 1
1回答
Helenr
可变变量$first ="hello";$hello ="world";echo $first." ".$$first;结果是 hello world$$first就是$hello,因为$first的值是hello
0
0
0
随时随地看视频
慕课网APP
相关分类
PHP
php如何把参数放在Http Request Heade????
1 回答
我要回答