摘要:
HTML(标签、div+css) + JS(js语法、dom、jquer)HTML: Hyper Text Mankup Language 超文本标记语言学HTML,实际就是在学标签都有哪些,怎么用,如何通过标签来控制文本样式。文件后缀:html, htmHTML 分为head 和 body 两部分... 阅读全文
摘要:
--定义变量declare @a int --变量赋值set @a =1print @a--变量结合查询语句--不跟菠萝一个产地的水果信息select *from fruit where source not in ( select source from fruit where name =... 阅读全文