摘要:
预算符{ 算术运算符:++ ; — — ; * ; / ; % ; + ; —; 比较运算符:> ; < ; >= ; <= ; == ; != (条件运算符用bool接受) ; 逻辑运算符:&& ;|| ; !(逻辑非:取反结果); 条件运算符:?;:; 赋值:=;+=;—=;*=;/=;%= }
阅读全文
posted @ 2016-04-07 21:29
曦~妍
阅读(537)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(...
阅读全文
posted @ 2016-04-07 20:43
曦~妍
阅读(109)
推荐(0)
摘要:
HTML:内容(Hyper Text Markup Language,超文本标记语言) CSS:网页美化 Javascript:脚本语言 body属性 bgcolor:页面背景颜色 background:背景壁纸 text:文字颜色 topmargin:上页边距 leftmargin:左页边距 ri
阅读全文
posted @ 2016-04-07 15:22
曦~妍
阅读(252)
推荐(0)