日期:2014-05-16 浏览次数:20733 次
/*============
页面打开是产生的 有问题
================*/
$(document).ready(function () {
if ($.cookie("NetShop_userid") == "") {
$("#NetShop_user").html("请登录");
alert("n");
}
else {
$("#NetShop_user").html($.cookie(NetShop_userid));
alert("y");
}
});