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.
我正在使用 Datatables jedit,我无法获得 rowid。即我想分配唯一的 id 并得到它?
在datatables 网站上的这个示例中,ID 会自动添加到行中。当您的脚本向 ajax 源提交时,ID 将作为$_REQUEST变量传递给脚本。
$_REQUEST
如果您需要更多,则必须更好地解释您的问题。