0

我动态地将模板分配给我的视图,一切正常。我收到一个错误

Failed to load resource: the server responded with a status of 403 (Forbidden)

这是什么原因..我正在使用mac safari。

我该如何解决这个问题..

我的功能:

$.each(views,function(i,view){
        requests.push($.get("js/temp/" + view + ".html", function(data){
            eval(view).prototype.template = _.template(data);
            console.log(data);//i am getting proper response.
        }));
    });
4

0 回答 0