04 2015 档案

摘要:(1)byte的范围:-128~127。 128:10000000 -128:10000000(这里的1既是符号位,也是数值位)(2)数据类型转换(默认) byte,short,char——int——long——float——double long:8个字节 float:4个字节 A:... 阅读全文
posted @ 2015-04-26 22:35 q251479891 阅读(116) 评论(0) 推荐(0)
摘要:Document /*var dataUrl='http://dhudong.cztv.com/' inits();*/ $(window).resize(function(){ inits(); }); function inits(){ var w=$(window).width(); var h=$(window).height(... 阅读全文
posted @ 2015-04-26 21:05 q251479891 阅读(124) 评论(0) 推荐(0)