var history_get = MyTheme.Cookie.Get("history"); if (history_get) { var json = eval("(" + history_get + ")"); for (i = 0; i < json.length; i++) { document.write("
" + json[i].name + "
" + json[i].remarks + "
"); } } else { document.write("您还没有看过影片哦"); }