ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
* POST传输 ( JSON ) ~~~ $other = []; $obj = []; $obj['a'] = 1; $obj['b'] = 2; $other['post'] = json_encode($obj); $com = $U_P->com('http://192.168.2.68/test.php',$other); ~~~ > $GLOBALS['HTTP_RAW_POST_DATA'] > 或 > file_get_contents("php://input")