11 2020 档案
摘要:public class ItcastClass { private string[] _names = { "111", "222", "333", "444", "5555" }; public int Count { get { return _names.Length; } } public
阅读全文
摘要:基本类型:Boolean : 取值 true or false Number : 数值,整型 浮点 double String :字符串 Undefined:未定义,未赋值,只有一个值 undefined Null :只有一个值 Null Object 引用类型 typeof 返回变量的数据类型,以
阅读全文
摘要:// 单行注释 /**/多行注释 JS中字符串可以使用双引号,也可以使用单引号,推荐使用单引号 ,如 alert('hello'); 这样可以避免以后的代码冲突 <script type="text/javascript"> //在这里写JS代码 </script> html文档内HTML代码和JS
阅读全文

浙公网安备 33010602011771号