當我 curl 請求給對方時
$data = array(
"a" => $a,
"b" => $b
);
$data_string = json_encode($data);
假設我這邊給對方的 b 沒有值對方那邊收到會是null那是否可以變成當我這邊沒有值的時候我可否主動給對方 undefined 而不是 null?
對方是這樣設定的:
- 2 回答
- 0 关注
- 318 浏览
添加回答
举报
0/150
提交
取消