检索HTML头中的服务器数据

时间:2015-04-07 20:40:14

标签: authentication backbone.js web-frontend

我想知道如何从html的头部获取服务器响应中的数据?

  <head>

    //how can I get JSON data sent from the server here?

   </head>

这可能吗?

我发送带有JSON数据的html如下:

 res.render('userHome.html', {
        user: user
    });

......我希望能够&#34;得到&#34;用户JSON数据在前端以干净的方式。我想避免使用DOM元素来检索服务器数据。

0 个答案:

没有答案