遍历DOM树节点的nodeValue属性碰到了一个问题。我本意是想取到nodeValue值不为null的节点。 <div id="box"> <p id="para" class="paragraph"> 这里要写一些文本!!!!!!!!!!!<br> 这里要写一些文本!!!!!!!!!!!<br>
分类:
其他好文 时间:
2016-01-29 00:11:24
阅读次数:
213
How Are Elements Displayed? Every element has a default display property value, Things get interesting with the inline-block value. Using this value w
分类:
其他好文 时间:
2016-01-28 00:45:12
阅读次数:
194
*,*:after,*:before{ -moz-box-sizing:border-box; box-sizing: border-box;}html,body,.st-container,.st-pusher,.st-content{ height: 100%;}.st-content{ ove
分类:
其他好文 时间:
2016-01-27 21:06:10
阅读次数:
141
BitmapDrawablemBitmapDrawable;
intx=1;
inty=1;
intw=0;
inth=0;
publicDrawableView(Contextcontext){
super(context);
/*读取res->drawable文件下的图片*/
mBitmapDrawable=(BitmapDrawable)getResources().getDrawable(R.drawable.box);
//w=mBitmapDrawable.getIntrin..
分类:
其他好文 时间:
2016-01-27 17:35:22
阅读次数:
167
If a sibling block box (that does not float and is not absolutely positioned) follows the run-in box, the run-in box becomes the first inline box of t
分类:
其他好文 时间:
2016-01-27 17:05:16
阅读次数:
108
.loading{ width:3px; height:3px; border-radius:100%; margin-left:20px;box-shadow:0 -10px 0 1px #333,10px 0px #333,0 10px #333,-10px 0 #333,-7px -7px 0...
分类:
其他好文 时间:
2016-01-26 12:13:49
阅读次数:
217
1.转换方法对象或数组都具有toLocaleString()、toString()和valueOf()方法。其中toString()和valueOf()无论重写了谁,都会返回相同的值,数组会将每个值进行字符串形式的凭借,以逗号隔开;var box = ['萧条',28,'武汉'];alert(box...
分类:
其他好文 时间:
2016-01-26 07:01:45
阅读次数:
141
一.语法box-shadow:inset x-offset y-offset blur-radius sperad-radius colorbos-shadow:投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色PS:可以使用一个或多个投影,如果使用多个投影时必须需要用逗号...
分类:
Web程序 时间:
2016-01-25 00:02:43
阅读次数:
341
1.语句类型总结var box = 100;//单行语句{ //用花括号包含的语句集合,叫做复合语句,单位一个 //一对花括号,表示一个复合语句,处理时,可以单做一条单行语句, //复合语句,我们一般把它称作为代码块 var height = 200; var width = 200;}
分类:
Web程序 时间:
2016-01-24 23:48:08
阅读次数:
159