javascript:(
function(){
var D=document; F(D.body);
function F(n){
var u,r,c,x;
if(n.nodeType==3){
u=n.data.search(/\S{10}/);
if(u>=0) {
r=n.splitText(u+10); n.parentNode.insertBefore(D.createElement("WBR"),r);
}
}else if(n.tagName!="STYLE" && n.tagName!="SCRIPT"){
for (c=0;x=n.childNodes[c];++c){
F(x);
}
}
}
}
)();
</script>
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

-
判断添加文本不能为空
<table> <tr> <td align="left">带*的为必填项</td> </
职场 休闲 判断添加文本不为空
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M