【发布时间】:2015-12-21 03:15:20
【问题描述】:
我有这样的代码:
<script type="text/javascript">
<!--
$(document).ready(function(){
var myPlayList = [];
我想从 cookie 中将数据加载到myPlayList = [];,我可以使用myPlayList = [$.cookie("data"
【问题讨论】:
标签: javascript jquery html cookies load