随着Web应用程序的开发(学生讨论平台)。 我希望当学生登录时,系统会提取并计算其他学生发布的最新发布文章(未读文章)的数量。 问题是它只提取匹配的那些。 可能是错误
TABLES:
-students(regno,name,faculty_code) PRIMARY KEY (regno)
- articles(art_id,content,regno,faculty_code,date,time)
-comments(com_id,art_id,co_content,regno,date,time)
我想
select articles.art_id and comments.art_id where articles.art_id is not equal comments.art_id and commens.regno='$
答案 0 :(得分:0)
不是很明显吗?您应该使用var expTime = '2016-06-09T03:06:53Z';
var valueCookie = 'test';
SetCookie('myCookie', valueCookie, expTime);
function SetCookie(name, value, expTime) {
document.cookie = name + '=' + value + '; ' 'expires=' + expTime+ '; path=/';
代替commens.regno!='$