Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在试验 PHP 的 use_trans_sid。我将 use_trans_sid 设置为 1。这样,PHP 会将会话 ID 传播到 url 和表单。
就我而言,我有 ajax 请求。每个请求都被发送到一个控制器(Yii 控制器)。控制器将以 json 对象响应。
如果 json 对象包含一个表单,PHP 将插入一个隐藏变量(输入类型隐藏)。不知何故,这种插入干扰了 ajax 请求,它导致 ajax 请求失败。
有没有办法通过这种插入使 ajax 请求成功?