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.
我有一个backbone.js 模型
我还有一个 php 表单,其中存储了一个特定的字符串 $_GET[value]。我需要将该字符串传递给主干模型,并使用 php 变量中的值更新主干变量中的值。
$_GET[value]
PHP 变量的值需要在渲染页面中的某个位置,以便您可以将其放入主干模型中。
如果您试图通过 存储值backbone.sync,那就是另一回事了。
backbone.sync
发布一些你自己的代码可能会给你一个更直接的答案。