首页
技术
登录
6mi
u
盘
搜
搜 索
技术
PHP中查看接受传过来的信息
PHP中查看接受传过来的信息
技术
2022-07-14
76
file_put_contents
(
"999.txt"
,
var_export
(
$b_data
,
TRUE
)
,
FILE_APPEND
)
;
接收数组
file_put_contents
(
"1.txt"
,
json_encode
(
$str_imgs
)
.
"|"
.
PHP_EOL
,
FILE_APPEND
)
;
转载请注明原文地址:https://ipadbbs.8miu.com/read-26353.html
最新回复
(
0
)